mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 03:51:22 +00:00
14 lines
193 B
C++
14 lines
193 B
C++
#ifndef __URDE_CORBITPOINTMARKER_HPP__
|
|
#define __URDE_CORBIGPOINTMARKER_HPP__
|
|
|
|
namespace
|
|
{
|
|
class CStateManager;
|
|
class COrbigPointMarker
|
|
{
|
|
public:
|
|
|
|
};
|
|
}
|
|
#endif // __URDE_CORBIGPOINTMARKER_HPP__
|