mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-25 16:05:34 +00:00
15 lines
140 B
C++
15 lines
140 B
C++
#include "CNESEmulator.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
void CNESEmulator::ProcessUserInput(const CFinalInput& input, int)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|