7 lines
129 B
C
7 lines
129 B
C
|
#ifndef CREDITS_H
|
||
|
#define CREDITS_H
|
||
|
|
||
|
void creditsOpen(const char* path, int fid, bool useReversedStyle);
|
||
|
|
||
|
#endif /* CREDITS_H */
|