orx
1.14
Portable Game Engine
|
#include <orxResource.h>
Resource type info
Definition at line 75 of file orxResource.h.
orxRESOURCE_FUNCTION_CLOSE orxRESOURCE_TYPE_INFO::pfnClose |
Close function, mandatory
Definition at line 81 of file orxResource.h.
orxRESOURCE_FUNCTION_DELETE orxRESOURCE_TYPE_INFO::pfnDelete |
Delete function, optional, for deletion support
Definition at line 87 of file orxResource.h.
orxRESOURCE_FUNCTION_GET_SIZE orxRESOURCE_TYPE_INFO::pfnGetSize |
GetSize function, mandatory
Definition at line 82 of file orxResource.h.
orxRESOURCE_FUNCTION_GET_TIME orxRESOURCE_TYPE_INFO::pfnGetTime |
GetTime function, optional, for hotload support
Definition at line 79 of file orxResource.h.
orxRESOURCE_FUNCTION_LOCATE orxRESOURCE_TYPE_INFO::pfnLocate |
Locate function, mandatory
Definition at line 78 of file orxResource.h.
orxRESOURCE_FUNCTION_OPEN orxRESOURCE_TYPE_INFO::pfnOpen |
Open function, mandatory
Definition at line 80 of file orxResource.h.
orxRESOURCE_FUNCTION_READ orxRESOURCE_TYPE_INFO::pfnRead |
Read function, mandatory
Definition at line 85 of file orxResource.h.
orxRESOURCE_FUNCTION_SEEK orxRESOURCE_TYPE_INFO::pfnSeek |
Seek function, mandatory
Definition at line 83 of file orxResource.h.
orxRESOURCE_FUNCTION_TELL orxRESOURCE_TYPE_INFO::pfnTell |
Tell function, mandatory
Definition at line 84 of file orxResource.h.
orxRESOURCE_FUNCTION_WRITE orxRESOURCE_TYPE_INFO::pfnWrite |
Write function, optional, for write support
Definition at line 86 of file orxResource.h.
const orxSTRING orxRESOURCE_TYPE_INFO::zTag |
Unique tag, mandatory
Definition at line 77 of file orxResource.h.