This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
sovereignx/include/contest_painting.h
2019-11-10 16:37:26 -06:00

7 lines
144 B
C

#ifndef GUARD_CONTESTPAINTING_H
#define GUARD_CONTESTPAINTING_H
void SetContestWinnerForPainting(int);
void CB2_ContestPainting(void);
#endif