Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Dec 25, 2024
1 parent 84f465f commit d57e134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include <framework/graphics/texturemanager.h>
#include <framework/ui/uiwidget.h>

#include "statictext.h"

double Creature::speedA = 0;
double Creature::speedB = 0;
double Creature::speedC = 0;
Expand Down

0 comments on commit d57e134

Please sign in to comment.