mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 20:31:20 +00:00
14 lines
159 B
C++
14 lines
159 B
C++
#ifndef __URDE_CCOLLISIONINFO_HPP__
|
|
#define __URDE_CCOLLISIONINFO_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CCollisionInfo
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CCOLLISIONINFO_HPP__
|