2 lines
69 B
C
2 lines
69 B
C
struct ENGINE_TEXTURE { int width; int height; void * fe_texture; };
|
struct ENGINE_TEXTURE { int width; int height; void * fe_texture; };
|