]> git.localhorst.tv Git - l2e.git/blob - src/common/Script.cpp
removed stupid file headers that eclipse put in
[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 }