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 };
47 ResourceFlags flags = NONE);
52 #endif // !COIN_RESOURCES_H
Definition: SbByteBuffer.h:34
SbBool set(const char *resloc, const SbByteBuffer &buffer, ResourceFlags flags=NONE)
Definition: CoinResources.cpp:294
void freeLoadedExternals(void)
Definition: CoinResources.cpp:322
Static utility functions for managing data resources at the basic buffer level.
Definition: CoinResources.h:39