move skybox
This commit is contained in:
parent
bcefd78599
commit
6e7ba8658b
16 changed files with 22 additions and 110 deletions
|
|
@ -15,6 +15,5 @@
|
|||
#include <GearSrc/Resource.h>
|
||||
#include <GearSrc/Endian.h>
|
||||
#include <GearSrc/SkyBox.h>
|
||||
#include <GearSrc/XML.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
GSDECL GSSkyBox GSSkyBoxOpen(GSClient client, const char* base);
|
||||
GSDECL GSSkyBox GSSkyBoxTry(GSClient client, const char* name);
|
||||
GSDECL void GSSkyBoxDraw(GSSkyBox skybox);
|
||||
GSDECL void GSSkyBoxClose(GSSkyBox skybox);
|
||||
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ typedef void (*GSSleepCallback)(int ms);
|
|||
struct _GSResourceKV {
|
||||
char* key;
|
||||
GSResource value;
|
||||
GSXML xml;
|
||||
};
|
||||
|
||||
#ifdef _GEARSRC
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
#ifndef __GEARSRC_XML_H__
|
||||
#define __GEARSRC_XML_H__
|
||||
|
||||
#include <GearSrc/MachDep.h>
|
||||
#include <GearSrc/TypeDefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
GSDECL GSXML GSXMLOpen(GSEngine engine, const char* path);
|
||||
GSDECL void GSXMLClose(GSXML xml);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue