paysages3d/src/rendering/tools/data.h

13 lines
184 B
C
Raw Normal View History

#ifndef _PAYSAGES_TOOLS_DATA_H_
#define _PAYSAGES_TOOLS_DATA_H_
#include "../rendering_global.h"
/*
* Data directory management.
*/
RENDERINGSHARED_EXPORT int dataInit();
#endif