mirror of
https://github.com/Marat-Tanalin/bsnes-mt.git
synced 2025-04-02 10:21:42 -04:00
9 lines
132 B
C++
9 lines
132 B
C++
#ifndef HIRO_CPP
|
|
#define HIRO_CPP
|
|
|
|
#include "components.hpp"
|
|
|
|
#include "core/_core.cpp"
|
|
#include "extension/_extension.cpp"
|
|
|
|
#endif
|