dos-vga-arena-shooter-game/game.h

5 lines
125 B
C
Raw Normal View History

#include "system/vga.h"
extern struct CompiledSpriteRender rabbit, mouse, bullet, enemy;
extern struct SpriteBounds bounds;