Files
game/vendors/file_utils/file_utils.h
2026-03-02 19:47:25 +02:00

7 lines
116 B
C

#ifndef FILE_UTILS_H
#define FILE_UTILS_H
unsigned char* read_file_bytes(const char* path, int* out_size);
#endif