mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
Adjust runtime directory layout
This commit is contained in:
15
Runtime/Camera/CCameraShakeData.hpp
Normal file
15
Runtime/Camera/CCameraShakeData.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __URDE_CCAMERASHAKEDATA_HPP__
|
||||
#define __URDE_CCAMERASHAKEDATA_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CCameraShakeData
|
||||
{
|
||||
public:
|
||||
CCameraShakeData(float, float, float, float, float, float, float, bool);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CCAMERASHAKEDATA_HPP__
|
||||
Reference in New Issue
Block a user