mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-25 20:35:52 -04:00
dca7e8549a
git-svn-id: svn://localhost@153 8062f311-0dae-4547-b526-b8ab9ac864a5
12 lines
192 B
C++
12 lines
192 B
C++
#ifndef COMPILATIONCHECKER_H
|
|
#define COMPILATIONCHECKER_H
|
|
|
|
|
|
class CompilationChecker
|
|
{
|
|
public:
|
|
static bool EnsureCorrectGDLVersion();
|
|
};
|
|
|
|
#endif // COMPILATIONCHECKER_H
|