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
141 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 03:12:39 -05:00
#define PATH "/ext/apps_assets/flippypass/user.dat"
2024-08-26 23:37:32 -05:00
#endif