mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
8 lines
129 B
C++
8 lines
129 B
C++
#ifndef HIRO_CPP
|
|
#define HIRO_CPP
|
|
|
|
#include "components.hpp"
|
|
#include "core/core.cpp"
|
|
#include "extension/extension.cpp"
|
|
|
|
#endif
|