repo.or.cz
/
riven-wahrk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added support for a ton of stuff, fixed lots
[riven-wahrk.git]
/
src
/
Variable.cpp
blob
3d520af0c28e848248cc7e86f563ad5309f2271f
1
2
#include
"Variable.h"
3
4
Variable
::
Variable
() {
5
6
data
=
new
map
<
string
,
uint16_t
> ();
7
nameRes
= (
Name
*)
NULL
;
8
}
9
10
11
12