mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
7 lines
No EOL
123 B
C++
7 lines
No EOL
123 B
C++
#pragma once
|
|
|
|
#ifdef PANDA3DS_ENABLE_RETROACHIEVEMENTS
|
|
class RetroAchievements {};
|
|
#else
|
|
class RetroAchievements {};
|
|
#endif |