9 lines
No EOL
141 B
C
9 lines
No EOL
141 B
C
// Define once
|
|
#ifndef H_APP
|
|
#define H_APP
|
|
|
|
// Constants
|
|
#define TAG "FlippyPass"
|
|
#define PATH "/ext/apps_assets/flippypass/user.dat"
|
|
|
|
#endif |