mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-25 16:28:25 -05: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
|