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