1 #ifndef COIN_RESOURCES_H
2 #define COIN_RESOURCES_H
36 #include <Inventor/SbBasic.h>
37 #include <Inventor/SbByteBuffer.h>
40 enum ResourceFlags { NONE = 0, COIN_RESOURCE_NOT_A_FILE=0x0001 };
43 SbByteBuffer
get(
const char * resloc);
45 SbBool set(
const char * resloc,
46 const SbByteBuffer & buffer,
47 ResourceFlags flags = NONE);
49 void freeLoadedExternals(
void);
52 #endif // !COIN_RESOURCES_H
Definition: CoinResources.h:39