mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:11:20 +00:00
16 lines
190 B
C++
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__
|