mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
Fix build on osx
This commit is contained in:
parent
7456e785fa
commit
58e3a247e4
6 changed files with 10 additions and 14 deletions
|
@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#ifndef CORE_H
|
||||
#define CORE_H
|
||||
#ifndef BBGE_CORE_H
|
||||
#define BBGE_CORE_H
|
||||
|
||||
#include "Base.h"
|
||||
#include "RenderObject.h"
|
||||
|
|
|
@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#ifndef EVENT_H
|
||||
#define EVENT_H
|
||||
#ifndef BBGE_EVENT_H
|
||||
#define BBGE_EVENT_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#ifndef QUAD_H
|
||||
#define QUAD_H
|
||||
#ifndef BBGE_QUAD_H
|
||||
#define BBGE_QUAD_H
|
||||
|
||||
#include "RenderObject.h"
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#ifndef STATE_DATA_H
|
||||
#define STATE_DATA_H
|
||||
#ifndef BBGE_STATE_DATA_H
|
||||
#define BBGE_STATE_DATA_H
|
||||
|
||||
#include "Base.h"
|
||||
#include <map>
|
||||
|
|
|
@ -25,10 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "RenderBase.h"
|
||||
#include <assert.h>
|
||||
|
||||
#if defined(BBGE_BUILD_UNIX)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
|
||||
Texture::Texture()
|
||||
{
|
||||
|
|
|
@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#ifndef TEXTURE_H
|
||||
#define TEXTURE_H
|
||||
#ifndef BBGE_TEXTURE_H
|
||||
#define BBGE_TEXTURE_H
|
||||
|
||||
#include <string>
|
||||
#include "Refcounted.h"
|
||||
|
|
Loading…
Reference in a new issue