#include <windows.h>
#include "file.hpp"
Include dependency graph for file_win32.cpp:
Go to the source code of this file.
Compounds | |
struct | ADR_FileHandle |
Functions | |
ADR_FILE ADR_CALL | DefaultFileOpen (void *, const char *filename) |
void ADR_CALL | DefaultFileClose (ADR_FILE file) |
int ADR_CALL | DefaultFileRead (ADR_FILE file, void *buffer, int size) |
int ADR_CALL | DefaultFileSeek (ADR_FILE file, int destination) |
int ADR_CALL | DefaultFileTell (ADR_FILE file) |
|
Definition at line 75 of file file_win32.cpp. |
|
Definition at line 21 of file file_win32.cpp. |
|
Definition at line 83 of file file_win32.cpp. |
|
Definition at line 92 of file file_win32.cpp. |
|
Definition at line 100 of file file_win32.cpp. |