metaforce/Runtime/GuiSys/CCompoundTargetReticle.hpp

15 lines
253 B
C++
Raw Normal View History

2017-02-13 21:29:00 +00:00
#ifndef __CCOMPOUNDTARGETRETICLE_HPP__
#define __CCOMPOUNDTARGETRETICLE_HPP__
namespace urde
{
class CStateManager;
class CCompoundTargetReticle
{
public:
CCompoundTargetReticle(const CStateManager&);
};
}
#endif // __CCOMPOUNDTARGETRETICLE_HPP__