mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 04:29:13 +12:00
Add retroachievements define
This commit is contained in:
parent
5308c37745
commit
5217a1115f
3 changed files with 14 additions and 1 deletions
7
include/achievements.hpp
Normal file
7
include/achievements.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef PANDA3DS_ENABLE_RETROACHIEVEMENTS
|
||||
class RetroAchievements {};
|
||||
#else
|
||||
class RetroAchievements {};
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue