mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 22:52:34 +01:00
8 lines
103 B
C++
8 lines
103 B
C++
|
#ifndef HIRO_CPP
|
||
|
#define HIRO_CPP
|
||
|
|
||
|
#include "core/core.cpp"
|
||
|
#include "extension/extension.cpp"
|
||
|
|
||
|
#endif
|