mirror of
https://github.com/encounter/cpp3ds.git
synced 2026-03-30 11:04:22 -07:00
16 lines
345 B
C++
16 lines
345 B
C++
#ifndef CPP3DS_EMULATOR_HPP
|
|
#define CPP3DS_EMULATOR_HPP
|
|
|
|
#include <cpp3ds/Config.hpp>
|
|
|
|
#include <cpp3ds/Emulator/Emulator.hpp>
|
|
|
|
#endif
|
|
|
|
////////////////////////////////////////////////////////////
|
|
/// \defgroup emulator Emulator module
|
|
///
|
|
/// Module for emulator using Qt5/SFML.
|
|
///
|
|
////////////////////////////////////////////////////////////
|