Loading...
Searching...
No Matches
#include <SFML/System/Export.h>
Go to the source code of this file.
Classes | |
struct | sfInputStream |
Set of callbacks that allow users to define custom file streams. More... | |
Typedefs | |
typedef sfInt64(* | sfInputStreamReadFunc) (void *data, sfInt64 size, void *userData) |
typedef sfInt64(* | sfInputStreamSeekFunc) (sfInt64 position, void *userData) |
typedef sfInt64(* | sfInputStreamTellFunc) (void *userData) |
typedef sfInt64(* | sfInputStreamGetSizeFunc) (void *userData) |
typedef struct sfInputStream | sfInputStream |
Set of callbacks that allow users to define custom file streams. | |
Typedef Documentation
◆ sfInputStream
typedef struct sfInputStream sfInputStream |
Set of callbacks that allow users to define custom file streams.
◆ sfInputStreamGetSizeFunc
typedef sfInt64(* sfInputStreamGetSizeFunc) (void *userData) |
Definition at line 37 of file InputStream.h.
◆ sfInputStreamReadFunc
Definition at line 34 of file InputStream.h.
◆ sfInputStreamSeekFunc
Definition at line 35 of file InputStream.h.
◆ sfInputStreamTellFunc
typedef sfInt64(* sfInputStreamTellFunc) (void *userData) |
Definition at line 36 of file InputStream.h.