mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
add required precompiled header include
This was SVN commit r1431.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "ogl.h"
|
||||
#include "res/res.h"
|
||||
#include "Material.h"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef __ogg_h__
|
||||
#define __ogg_h__
|
||||
#include "precompiled.h"
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
@@ -21,11 +20,6 @@
|
||||
#define BUFFER_SIZE (4096 * 4)
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // __ogg_h__
|
||||
|
||||
|
||||
struct Buf
|
||||
{
|
||||
void* p;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#include "precompiled.h"
|
||||
@@ -1,3 +1,5 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "ScriptObject.h"
|
||||
#include "Entity.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "ps/CLogger.h"
|
||||
#include "ps/Parser.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user