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/app.h

8 lines
89 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"
#endif