1 2 3 4 5 6 7 8
#ifndef _SOFTSHADEROOM_WINDOW_H_ #define _SOFTSHADEROOM_WINDOW_H_ typedef struct { const char* code; } Event; #endif