me.fier.engine/modules/engine/textures.c

2 lines
69 B
C

struct ENGINE_TEXTURE { int width; int height; void * fe_texture; };