add missing header

This commit is contained in:
FunkyFr3sh 2023-08-06 09:37:43 +02:00
parent ec8e2791fe
commit 8b42dbddba
4 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#include "blt.h"
#include "debug.h"
#include "D3d9types.h"
#include "hook.h"
static BOOL d3d9_create_resources();