fallout2-ce/src/pipboy.h

13 lines
206 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef PIPBOY_H
#define PIPBOY_H
#include "db.h"
int pipboyOpen(bool forceRest);
void pipboyInit();
void pipboyReset();
int pipboySave(File* stream);
int pipboyLoad(File* stream);
#endif /* PIPBOY_H */