![]() |
VR-Forces Development_Version Class Documentation
|
Go to the source code of this file.
Macros | |
| #define | PATHSEPERATOR "/" |
| #define | TRPGDELETEFILE(file) remove((file)) |
| Unix. | |
Typedefs | |
| typedef long long | int64 |
| typedef unsigned char | uint8 |
| Basic data types. | |
| typedef int | int32 |
| typedef unsigned int | uint32 |
| typedef float | float32 |
| typedef double | float64 |
| typedef int64 | trpgllong |
| We use long longs for addresses within a paging file. | |
| #define PATHSEPERATOR "/" |
| #define TRPGDELETEFILE | ( | file | ) | remove((file)) |
Unix.
Delete a file
| typedef long long int64 |
| typedef int int32 |
| typedef unsigned int uint32 |
| typedef float float32 |
| typedef double float64 |