Files
GDevelop/Runtime/CompilationChecker.h
T
Florian dca7e8549a Minor changes.
git-svn-id: svn://localhost@153 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-06-18 15:08:22 +00:00

12 lines
192 B
C++

#ifndef COMPILATIONCHECKER_H
#define COMPILATIONCHECKER_H
class CompilationChecker
{
public:
static bool EnsureCorrectGDLVersion();
};
#endif // COMPILATIONCHECKER_H