Skip to content

Commit

Permalink
Engine: hotfix warnings about MoveList declared as struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Jun 20, 2024
1 parent 060152c commit 1447895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/ac/character.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void Character_SetBlendMode(CharacterInfo *chaa, int blendMode);

//=============================================================================

struct MoveList;
class MoveList;
namespace AGS { namespace Common { class Bitmap; } }
using namespace AGS; // FIXME later

Expand Down

0 comments on commit 1447895

Please sign in to comment.