This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
FlippyPass/project/backend/app.h

9 lines
135 B
C
Raw Normal View History

2024-08-26 23:37:32 -05:00
// Define once
#ifndef H_APP
#define H_APP
// Constants
#define TAG "FlippyPass"
2024-08-27 23:43:31 -05:00
#define PATH EXT_PATH("apps_data/flippypass")
2024-08-26 23:37:32 -05:00
#endif