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:
17
Runtime/MP1/CNESEmulator.hpp
Normal file
17
Runtime/MP1/CNESEmulator.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __URDE_CNESEMULATOR_HPP__
|
||||
#define __URDE_CNESEMULATOR_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
class CNESEmulator
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __URDE_CNESEMULATOR_HPP__
|
||||
Reference in New Issue
Block a user