comparison dmres.h @ 731:0e164aaa7409

Work on getting the resource subsystem working again ..
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 21 Apr 2013 19:46:52 +0300
parents 3d813c81f33c
children 2f02d9b4caa3
comparison
equal deleted inserted replaced
730:3d813c81f33c 731:0e164aaa7409
36 36
37 enum 37 enum
38 { 38 {
39 DMF_PERSIST = 0x0001, // Persist loaded RAW resource 39 DMF_PERSIST = 0x0001, // Persist loaded RAW resource
40 DMF_TEMPORARY = 0x0002, 40 DMF_TEMPORARY = 0x0002,
41 DMF_UNALLOCATED = 0x0004, // The raw data is not allocated, so do not free it
41 DMF_LOADED_RAW = 0x1000, // Raw data has been loaded 42 DMF_LOADED_RAW = 0x1000, // Raw data has been loaded
42 DMF_LOADED_RES = 0x2000, // Resource has been loaded 43 DMF_LOADED_RES = 0x2000, // Resource has been loaded
43 }; 44 };
44 45
45 46