FlippyPass/project/app.h
2024-08-27 00:37:32 -04:00

8 lines
No EOL
89 B
C

// Define once
#ifndef H_APP
#define H_APP
// Constants
#define TAG "FlippyPass"
#endif