8 lines
89 B
C
8 lines
89 B
C
|
|
// Define once
|
||
|
|
#ifndef H_APP
|
||
|
|
#define H_APP
|
||
|
|
|
||
|
|
// Constants
|
||
|
|
#define TAG "FlippyPass"
|
||
|
|
|
||
|
|
#endif
|