mirror of https://github.com/AxioDL/metaforce.git
15 lines
253 B
C++
15 lines
253 B
C++
|
#ifndef __CCOMPOUNDTARGETRETICLE_HPP__
|
||
|
#define __CCOMPOUNDTARGETRETICLE_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
class CStateManager;
|
||
|
class CCompoundTargetReticle
|
||
|
{
|
||
|
public:
|
||
|
CCompoundTargetReticle(const CStateManager&);
|
||
|
};
|
||
|
}
|
||
|
|
||
|
#endif // __CCOMPOUNDTARGETRETICLE_HPP__
|