X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdemo.c;h=518bb539af8250fa56fb36f5c43140fbe9795138;hp=472da328519603287ff4b3ea29673f60166fb33c;hb=21c4bd88e7ddd930ac83c54cbe7399af0e188b67;hpb=aefd23e483457daa7eeb4987827e72df83886eaa diff --git a/src/demo.c b/src/demo.c index 472da32..518bb53 100644 --- a/src/demo.c +++ b/src/demo.c @@ -9,6 +9,7 @@ #include "3dgfx.h" #include "music.h" #include "cfgopt.h" +#include "tinyfps.h" int fb_width = 320; int fb_height = 240; @@ -35,6 +36,8 @@ int demo_init(int argc, char **argv) return -1; } + initFpsFonts(); + if(g3d_init() == -1) { return -1; }