fallout2-ce/src/credits.h

11 lines
174 B
C
Raw Permalink Normal View History

2022-05-19 01:51:26 -07:00
#ifndef CREDITS_H
#define CREDITS_H
2022-09-23 05:43:44 -07:00
namespace fallout {
2022-05-19 01:51:26 -07:00
void creditsOpen(const char* path, int fid, bool useReversedStyle);
2022-09-23 05:43:44 -07:00
} // namespace fallout
2022-05-19 01:51:26 -07:00
#endif /* CREDITS_H */