]> git.localhorst.tv Git - l2e.git/blob - src/common/Script.cpp
05dd8194d8a6a78249c66add98618f72e9d8edd7
[l2e.git] / src / common / Script.cpp
1 #include "Script.h"
2
3 namespace common {
4
5 Script::Script()
6 : text(0)
7 , textlen(0) {
8
9 }
10
11 Script::~Script() {
12
13 }
14
15 }