HandmadeHero/project/platform/macros.h

6 lines
179 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