metaforce/Runtime/World/CScriptWorldTeleporter.hpp

18 lines
209 B
C++
Raw Normal View History

2016-04-20 21:07:18 +00:00
#ifndef __CSCRIPTWORLDTELEPORTER_HPP__
#define __CSCRIPTWORLDTELEPORTER_HPP__
#include "CEntity.hpp"
namespace urde
{
class CScriptWorldTeleporter
{
public:
};
}
#endif // __CSCRIPTWORLDTELEPORTER_HPP__