1 2 3 4 5 6
#ifndef PRGE_WINDOW_H #define PRGE_WINDOW_H Window window_init(S32 width, S32 height, Str8 name); #endif /* PRGE_WINDOW_H */