mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
8 lines
160 B
C
8 lines
160 B
C
#ifndef GUARD_CONTESTPAINTING_H
|
|
#define GUARD_CONTESTPAINTING_H
|
|
|
|
void SetContestWinnerForPainting(int contestWinnerId);
|
|
void CB2_ContestPainting(void);
|
|
|
|
#endif
|