Skip to content

Commit

Permalink
Try adding extra libs that might be windows-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER committed Aug 4, 2023
1 parent 2aab7cf commit 5ac7d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project/mainloop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
#include "strutils.h" /* Split */
#include "bot.h"

#include <GLFW/glfw3.h>
#include <windef.h>
#include <GL/glew.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GLFW/glfw3.h>
#include <SDL2/SDL.h> /* SDL_Delay */

#include <iostream>
Expand Down

0 comments on commit 5ac7d39

Please sign in to comment.