13 lines
184 B
C
13 lines
184 B
C
#ifndef s_magic_h
|
|
#define s_magic_h
|
|
|
|
#define SPELL_HEALING 1
|
|
#define SPELL_DEFENSE 2
|
|
#define SPELL_COMBAT 3
|
|
#define SPELL_OTHER 4
|
|
|
|
#endif // s_magic_h
|
|
|
|
|
|
|