fix some shito

This commit is contained in:
Arisotura
2019-06-02 21:45:36 +02:00
parent 0aca7a6828
commit 43e3e53afc
2 changed files with 1 additions and 3 deletions

View File

@ -120,8 +120,6 @@
\ \
func(GLCOLORMASKI, glColorMaski); \ func(GLCOLORMASKI, glColorMaski); \
\ \
func(GLMEMORYBARRIER, glMemoryBarrier); \
\
func(GLGETSTRINGI, glGetStringi); \ func(GLGETSTRINGI, glGetStringi); \

View File

@ -20,7 +20,7 @@
#include <string.h> #include <string.h>
#include <queue> #include <queue>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include "types.h" #include "../types.h"
#include "OSD.h" #include "OSD.h"
#include "libui/ui.h" #include "libui/ui.h"