raSystem
1.0 bata
raLocation.h
Go to the documentation of this file.
1
#pragma once
2
3
class
RAPI
raLocation
4
{
5
public
:
6
raLocation
(
void
);
7
~
raLocation
(
void
);
8
9
bool
LoadFile(
raString
FileName);
10
protected
:
11
raLocation
(
const
GUID& raguid);
12
public
:
13
raString
modelFileName[255];
14
raString
locatorFileName[255];
15
raString
skyBoxTextureFileName[255];
16
raString
entryLocatorName[255];
17
};
RAPI
#define RAPI
Definition:
raMain.h:11
raString
std::string raString
Definition:
raMain.h:107
raLocation
Definition:
raLocation.h:3
include
raLocation.h
Generated by
1.8.13