mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
compile fix
This commit is contained in:
@@ -243,7 +243,7 @@ public:
|
|||||||
void clearHlpLists();
|
void clearHlpLists();
|
||||||
ui16 getRandomArt (int flags);
|
ui16 getRandomArt (int flags);
|
||||||
ui16 getArtSync (ui32 rand, int flags);
|
ui16 getArtSync (ui32 rand, int flags);
|
||||||
bool CArtHandler::legalArtifact(int id);
|
bool legalArtifact(int id);
|
||||||
void getAllowedArts(std::vector<ConstTransitivePtr<CArtifact> > &out, std::vector<CArtifact*> *arts, int flag);
|
void getAllowedArts(std::vector<ConstTransitivePtr<CArtifact> > &out, std::vector<CArtifact*> *arts, int flag);
|
||||||
void getAllowed(std::vector<ConstTransitivePtr<CArtifact> > &out, int flags);
|
void getAllowed(std::vector<ConstTransitivePtr<CArtifact> > &out, int flags);
|
||||||
void erasePickedArt (TArtifactInstanceID id);
|
void erasePickedArt (TArtifactInstanceID id);
|
||||||
|
@@ -22,8 +22,5 @@
|
|||||||
<Project filename="AI/BattleAI/BattleAI.cbp">
|
<Project filename="AI/BattleAI/BattleAI.cbp">
|
||||||
<Depends filename="lib/VCMI_lib.cbp" />
|
<Depends filename="lib/VCMI_lib.cbp" />
|
||||||
</Project>
|
</Project>
|
||||||
<Project filename="Scripting/ERM/ERM.cbp">
|
|
||||||
<Depends filename="lib/VCMI_lib.cbp" />
|
|
||||||
</Project>
|
|
||||||
</Workspace>
|
</Workspace>
|
||||||
</CodeBlocks_workspace_file>
|
</CodeBlocks_workspace_file>
|
||||||
|
Reference in New Issue
Block a user