mirror of https://github.com/AxioDL/metaforce.git
18 lines
209 B
C++
18 lines
209 B
C++
|
#ifndef __CSCRIPTWORLDTELEPORTER_HPP__
|
||
|
#define __CSCRIPTWORLDTELEPORTER_HPP__
|
||
|
|
||
|
#include "CEntity.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CScriptWorldTeleporter
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __CSCRIPTWORLDTELEPORTER_HPP__
|