mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
8 lines
144 B
C
8 lines
144 B
C
#ifndef GUARD_CONTESTPAINTING_H
|
|
#define GUARD_CONTESTPAINTING_H
|
|
|
|
void SetContestWinnerForPainting(int);
|
|
void CB2_ContestPainting(void);
|
|
|
|
#endif
|