summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authortheo <arisstephenson2@gmail.com>2020-05-24 21:34:18 -0700
committertheo <arisstephenson2@gmail.com>2020-05-24 21:34:18 -0700
commitbf919c80069fdc627fd2f749d04d30e0dd3a102b (patch)
tree548015372ba39de93a281180cb9103f743d4e489 /include/item.h
parente0e05b1728dc18e185671c61425924df2fea4e12 (diff)
poggers
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/item.h b/include/item.h
index ad2ccd5d..381443ea 100644
--- a/include/item.h
+++ b/include/item.h
@@ -2,7 +2,7 @@
#ifndef ITEM_H
#define ITEM_H
- enum ItemType
+ enum
{
Untyped,
SmithSword = 0x01,
@@ -122,5 +122,5 @@
FastSpin = 0x73,
FastSplit = 0x74,
LongSpin = 0x75
- }
+ } ItemType;
#endif \ No newline at end of file