mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-25 12:25:52 -04:00
c707d3a4bc
Moved ChooseVariableDialog to GDCore. Moved BaseEvent to gd namespace. Improved documentation. git-svn-id: svn://localhost@705 8062f311-0dae-4547-b526-b8ab9ac864a5
17 lines
112 B
C++
17 lines
112 B
C++
#include "Variable.h"
|
|
|
|
namespace gd
|
|
{
|
|
|
|
Variable::Variable()
|
|
{
|
|
|
|
}
|
|
|
|
Variable::~Variable()
|
|
{
|
|
|
|
}
|
|
|
|
}
|