2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-19 06:45:23 +00:00

Work on CFrontEndUI

This commit is contained in:
Jack Andersen
2016-12-14 12:56:59 -10:00
parent c3bf6ec5cc
commit 6b765838a7
21 changed files with 471 additions and 35 deletions

View File

@@ -0,0 +1,17 @@
#ifndef __URDE_CNESEMULATOR_HPP__
#define __URDE_CNESEMULATOR_HPP__
namespace urde
{
namespace MP1
{
class CNESEmulator
{
};
}
}
#endif // __URDE_CNESEMULATOR_HPP__