2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-04 02:41:19 +00:00
metaforce/Runtime/GuiSys/CCompoundTargetReticle.hpp

15 lines
253 B
C++

#ifndef __CCOMPOUNDTARGETRETICLE_HPP__
#define __CCOMPOUNDTARGETRETICLE_HPP__
namespace urde
{
class CStateManager;
class CCompoundTargetReticle
{
public:
CCompoundTargetReticle(const CStateManager&);
};
}
#endif // __CCOMPOUNDTARGETRETICLE_HPP__