fallout2-ce/src/credits.h

7 lines
129 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef CREDITS_H
#define CREDITS_H
void creditsOpen(const char* path, int fid, bool useReversedStyle);
#endif /* CREDITS_H */