Crossfire Server, Trunk
CREScriptEngine.h
Go to the documentation of this file.
1 /*
2  * Crossfire -- cooperative multi-player graphical RPG and adventure game
3  *
4  * Copyright (c) 2022 the Crossfire Development Team
5  *
6  * Crossfire is free software and comes with ABSOLUTELY NO WARRANTY. You are
7  * welcome to redistribute it under certain conditions. For details, please
8  * see COPYING and LICENSE.
9  *
10  * The authors can be reached via e-mail at <crossfire@metalforge.org>.
11  */
12 
13 #ifndef _CRESCRIPTENGINE_H
14 #define _CRESCRIPTENGINE_H
15 
16 #include <QScriptEngine>
17 
18 class CREScriptEngine : public QScriptEngine
19 {
20  public:
22  virtual ~CREScriptEngine();
23 };
24 
25 #endif /* _CRESCRIPTENGINE_H */
CREScriptEngine::CREScriptEngine
CREScriptEngine()
Definition: CREScriptEngine.cpp:18
CREScriptEngine::~CREScriptEngine
virtual ~CREScriptEngine()
Definition: CREScriptEngine.cpp:32
CREScriptEngine
Definition: CREScriptEngine.h:18