log fps
This commit is contained in:
parent
b82cffb728
commit
c526cf63de
9 changed files with 75 additions and 15 deletions
3
Makefile
3
Makefile
|
@ -3,7 +3,8 @@ WINDRES=windres
|
|||
CFLAGS=-DHAVE_LIBPNG -Iinc -Wall -Wl,--enable-stdcall-fixup -O3 -s
|
||||
LIBS=lib/libpng14.a lib/libz.a -lgdi32 -lopengl32 -lwinmm
|
||||
|
||||
FILES = src/main.c \
|
||||
FILES = src/debug.c \
|
||||
src/main.c \
|
||||
src/mouse.c \
|
||||
src/palette.c \
|
||||
src/surface.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue