Compiling works for Brainstorm

This commit is contained in:
2022-01-21 17:26:22 +00:00
parent 34d0565886
commit 2c88a01cfd
11 changed files with 20 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ extern "C" {
#include "level.h"
#include "texture.h"
#include "sprite.h"
#include <chipmunk.h>
#include <chipmunk/chipmunk.h>
#include "math.h"
#include <GL/glew.h>
#include <ftw.h>

View File

@@ -1,7 +1,7 @@
#ifndef EDITOR_H
#define EDITOR_H
#include "config.h"
#include <config.h>
#include <SDL2/SDL.h>
#include <stdbool.h>
#include "resources.h"