ScreenshotWUPS/src/retain_vars.hpp

10 lines
172 B
C++
Raw Normal View History

2018-07-01 19:12:35 +02:00
#ifndef _RETAINS_VARS_H_
#define _RETAINS_VARS_H_
#include <wups.h>
extern wups_loader_app_status_t gAppStatus;
extern uint32_t gButtonCombo;
#endif // _RETAINS_VARS_H_