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

@ -3,6 +3,7 @@
#include "opengl_utils.h"
#include "dd.h"
#include "debug.h"
#include "hook.h"
PFNWGLCREATECONTEXTPROC xwglCreateContext;
PFNWGLDELETECONTEXTPROC xwglDeleteContext;