1 #ifndef COIN_RESOURCES_H
2 #define COIN_RESOURCES_H
36 #include <Inventor/SbBasic.h>
37 #include <Inventor/SbByteBuffer.h>
39 namespace CoinResources {
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);
52 #endif // !COIN_RESOURCES_H
SbBool set(const char *resloc, const SbByteBuffer &buffer, ResourceFlags flags=NONE)
Definition: CoinResources.cpp:294
void freeLoadedExternals(void)
Definition: CoinResources.cpp:322