mirror of
https://github.com/encounter/cpp3ds.git
synced 2026-03-30 11:04:22 -07:00
8 lines
125 B
C++
8 lines
125 B
C++
#ifndef CPP3DS_SYSTEM_HPP
|
|
#define CPP3DS_SYSTEM_HPP
|
|
|
|
#include <cpp3ds/Config.hpp>
|
|
#include <cpp3ds/System/utils.hpp>
|
|
|
|
#endif
|