Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
LoadSave.h File ReferenceDetailed DescriptionDescribes LoadSave, inherit from this to use a standard interface for loading and saving.
Definition in file LoadSave.h.
Include dependency graph for LoadSave.h:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Define Documentation
Set to 0 on platforms which don't actually need to swap bytes, 1 otherwise. If not set externally, will attempt to auto-detect. Swapping is performed to standardize on little-endian byte order. Mainly because this is what we used on the Aibo, which was the most processor-starved platform. If running embedded on other platforms, you may want to reverse the logic for determining whether byte swapping will be performed!
Definition at line 40 of file LoadSave.h.
|
Tekkotsu v4.0 |
Generated Thu Nov 22 00:56:11 2007 by Doxygen 1.5.4 |