Files
GDevelop/Runtime/CompilationChecker.h
T
Florian 693150781f Added new sanity check for GDL.
git-svn-id: svn://localhost@600 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-22 23:58:49 +00:00

14 lines
294 B
C++

#ifndef COMPILATIONCHECKER_H
#define COMPILATIONCHECKER_H
/**
* Class used to ensure that the main executable is using a correct version of gdl.[dll/so].
*/
class CompilationChecker
{
public:
static bool EnsureCorrectGDLVersion();
};
#endif // COMPILATIONCHECKER_H