diff options
Diffstat (limited to 'src/SPI.h')
-rw-r--r-- | src/SPI.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,8 @@ #include "Savestate.h" #include "SPI_Firmware.h" +namespace melonDS +{ enum { SPIDevice_PowerMan = 0, @@ -164,4 +166,5 @@ private: SPIDevice* Devices[3]; }; +} #endif |