diff options
Diffstat (limited to 'src/main/main.c')
-rw-r--r-- | src/main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.c b/src/main/main.c index ea2bc91..6a252c0 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -21,7 +21,7 @@ #include <GL/glx.h> #include <stdio.h> #include <stdlib.h> -#include "ui/ui.h" +#include "engine/ui/ui.h" #include "engine/engine.h" #include "game/game.h" |