Fix header guard conflict

This commit is contained in:
Themaister 2011-01-05 20:09:12 +01:00
parent ab30663b37
commit 7bac622bf3

View File

@ -19,8 +19,8 @@
//
//
#ifndef __CONFIG_H
#define __CONFIG_H
#ifndef __CONFIG_DEF_H
#define __CONFIG_DEF_H
#include <GL/glfw.h>
#include <stdbool.h>