Files
GDevelop/Runtime/CompilationChecker.h
T
Florian 5defb99650 Adapted to changes in GDCpp.
git-svn-id: svn://localhost@1125 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-02 21:35:08 +00:00

14 lines
295 B
C++

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