dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
nullr.h
Go to the documentation of this file.
1
2#ifndef RESOURCE_NULL_H
3#define RESOURCE_NULL_H
4
16typedef uint32_t RESOURCE_ID;
21
25#define resource_compare_id( a, b ) (a == b)
29#define resource_assign_id( dest, source ) dest = source
30
31/* \} */
32
33#endif /* RESOURCE_NULL_H */
34
MEMORY_HANDLE RESOURCE_BITMAP_HANDLE
Resource handle for physical bitmap asset.
Definition: nullr.h:18
uint32_t RESOURCE_ID
String or numerical identifier specifying an asset on disk.
Definition: nullr.h:16
MEMORY_HANDLE RESOURCE_JSON_HANDLE
Resource handle for physical JSON asset.
Definition: nullr.h:20
An emulated memory handle for modern systems. Overridden on most platforms.
Definition: memory.h:20