9 lines
No EOL
135 B
C
9 lines
No EOL
135 B
C
// Define once
|
|
#ifndef H_APP
|
|
#define H_APP
|
|
|
|
// Constants
|
|
#define TAG "FlippyPass"
|
|
#define PATH EXT_PATH("apps_data/flippypass")
|
|
|
|
#endif |