Browse Source

Include a missing header.

hltopdown
Andrey Akhmichin 5 years ago
parent
commit
45cbc1ff86
  1. 1
      cl_dll/hud_redraw.cpp

1
cl_dll/hud_redraw.cpp

@ -18,6 +18,7 @@
#include <math.h> #include <math.h>
#include "hud.h" #include "hud.h"
#include "cl_util.h" #include "cl_util.h"
#include "input_mouse.h"
//#include "triangleapi.h" //#include "triangleapi.h"
#define MAX_LOGO_FRAMES 56 #define MAX_LOGO_FRAMES 56

Loading…
Cancel
Save