aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/resman.h')
-rw-r--r--sword2/resman.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sword2/resman.h b/sword2/resman.h
index 522097a028..f034ed3551 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -66,10 +66,10 @@ public:
// ----console commands
void printConsoleClusters(void);
- void examine(uint8 *input);
- void kill(uint8 *res);
- void killAll(uint8 wantInfo);
- void killAllObjects(uint8 wantInfo);
+ void examine(int res);
+ void kill(int res);
+ void killAll(bool wantInfo);
+ void killAllObjects(bool wantInfo);
void remove(uint32 res);
void removeAll(void);