]> git.localhorst.tv Git - l2e.git/blob - src/common/Script.cpp
1797c553b343121f8100e144d82e4ea5d6693cf4
[l2e.git] / src / common / Script.cpp
1 /*
2  * Script.cpp
3  *
4  *  Created on: Oct 13, 2012
5  *      Author: holy
6  */
7
8 #include "Script.h"
9
10 namespace common {
11
12 Script::Script()
13 : text(0)
14 , textlen(0) {
15
16 }
17
18 Script::~Script() {
19
20 }
21
22 }