diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 09:26:06 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 09:26:39 -0300 |
| commit | 5cfe00df82a69f44187b1cd77fe3d6865cf3425f (patch) | |
| tree | 395527bb97a908035ef9d6b1eb354b591005264f /src/moveuse.cc | |
| parent | 6243967f1fac3af8ed3e72790cabed0f79978bdb (diff) | |
| download | game-5cfe00df82a69f44187b1cd77fe3d6865cf3425f.tar.gz game-5cfe00df82a69f44187b1cd77fe3d6865cf3425f.zip | |
`reader.cc`
Diffstat (limited to 'src/moveuse.cc')
| -rw-r--r-- | src/moveuse.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/moveuse.cc b/src/moveuse.cc index 3db2016..6c83dcc 100644 --- a/src/moveuse.cc +++ b/src/moveuse.cc @@ -4,10 +4,9 @@ #include "info.hh" #include "magic.hh" #include "operate.hh" +#include "reader.hh" #include "writer.hh" -#include "stubs.hh" - static vector<TMoveUseCondition> MoveUseConditions(1, 1000, 1000); static int NumberOfMoveUseConditions; |
