mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-26 23:32:25 +01:00
Newline changes
This commit is contained in:
parent
feb62b14aa
commit
2ba2921fda
1 changed files with 11 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
#ifndef CULTS_H
|
||||
#define CULTS_H
|
||||
|
||||
#define GOAT_CULT 1
|
||||
#define FLAME_CULT 2
|
||||
#define SOTH_CULT 3
|
||||
#define RAT_CULT 4
|
||||
|
||||
#define MAX_CULTS 10
|
||||
|
||||
#endif /* CULTS_H */
|
||||
#ifndef CULTS_H
|
||||
#define CULTS_H
|
||||
|
||||
#define GOAT_CULT 1
|
||||
#define FLAME_CULT 2
|
||||
#define SOTH_CULT 3
|
||||
#define RAT_CULT 4
|
||||
|
||||
#define MAX_CULTS 10
|
||||
|
||||
#endif /* CULTS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue