HandmadeHero/project/platform/macros.h

8 lines
205 B
C
Raw Normal View History

2023-09-08 18:08:57 -07:00
// Keywords
#define global static // Global variables
#define internal static // Internal linkage
#define local_persist static // Local Persisting variables
2023-09-08 21:01:53 -07:00
#define api_c extern "C"