22 #ifndef AGS_ENGINE_AC_GLOBALFILE_H 23 #define AGS_ENGINE_AC_GLOBALFILE_H 25 #include "ags/shared/util/file.h" 37 int32_t FileOpen(
const char *fnmm, Shared::FileOpenMode open_mode, Shared::FileWorkMode work_mode);
39 int32_t FileOpenCMode(
const char *fnmm,
const char *cmode);
40 void FileClose(int32_t handle);
41 void FileWrite(int32_t handle,
const char *towrite);
42 void FileWriteRawLine(int32_t handle,
const char *towrite);
43 void FileRead(int32_t handle,
char *toread);
44 int FileIsEOF(int32_t handle);
45 int FileIsError(int32_t handle);
46 void FileWriteInt(int32_t handle,
int into);
47 int FileReadInt(int32_t handle);
48 int8 FileReadRawChar(int32_t handle);
49 int FileReadRawInt(int32_t handle);
50 void FileWriteRawChar(int32_t handle,
int chartoWrite);
Definition: achievements_tables.h:27