move GFX2_GetTicks() to osdep.c

This commit is contained in:
Thomas Bernard
2020-04-11 23:20:39 +02:00
parent 8876541953
commit c037c2c911
15 changed files with 98 additions and 26 deletions

View File

@@ -807,7 +807,7 @@ endif
doc doxygen htmldoc check
# This is the list of the objects we want to build. Dependancies are built by "make depend" automatically.
OBJS = main.o init.o graph.o $(APIOBJ) misc.o special.o \
OBJS = main.o init.o graph.o $(APIOBJ) misc.o osdep.o special.o \
buttons.o palette.o help.o operatio.o pages.o \
readline.o engine.o filesel.o fileseltools.o \
op_c.o readini.o saveini.o \