1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add missing header

This commit is contained in:
FunkyFr3sh 2023-08-06 09:31:04 +02:00
parent a28578f925
commit ec8e2791fe

View File

@ -2,6 +2,7 @@
#include "fps_limiter.h"
#include "dd.h"
#include "debug.h"
#include "hook.h"
FPSLIMITER g_fpsl;