mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 20:45:29 -05:00
* death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it
7 lines
135 B
C
7 lines
135 B
C
#ifndef GUARD_CONSTANTS_MAILBOX_H
|
|
#define GUARD_CONSTANTS_MAILBOX_H
|
|
|
|
#define MAX_ACCEPTED_JOBS 8
|
|
|
|
#endif // GUARD_CONSTANTS_MAILBOX_H
|