FlippyPass/project/backend/app.h

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