1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-26 23:32:25 +01:00

Newline changes

This commit is contained in:
chris 2023-08-27 16:53:41 -04:00
parent feb62b14aa
commit 2ba2921fda

View file

@ -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 */