2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/World/CScriptWater.hpp
2016-04-16 16:50:45 -10:00

16 lines
190 B
C++

#ifndef __URDE_CSCRIPTWATER_HPP__
#define __URDE_CSCRIPTWATER_HPP__
#include "CActor.hpp"
namespace urde
{
class CScriptWater : public CActor
{
};
}
#endif // __URDE_CSCRIPTWATER_HPP__