paysages3d/src/rendering/tools/data.h
Michaël Lemaire e82e0c47bd Added win32 DLL support everywhere
Build is now entirely possible from a fresh QtSDK install,
with no external dependency.
2013-10-20 16:47:59 +02:00

12 lines
184 B
C

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