mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 23:37:02 +00:00
Add missing factories, update hecl
This commit is contained in:
14
Runtime/GuiSys/CCompoundTargetReticle.hpp
Normal file
14
Runtime/GuiSys/CCompoundTargetReticle.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __CCOMPOUNDTARGETRETICLE_HPP__
|
||||
#define __CCOMPOUNDTARGETRETICLE_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CStateManager;
|
||||
class CCompoundTargetReticle
|
||||
{
|
||||
public:
|
||||
CCompoundTargetReticle(const CStateManager&);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __CCOMPOUNDTARGETRETICLE_HPP__
|
||||
Reference in New Issue
Block a user