index
:
age
main
turn based 2d tactics
jacopo.grandi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game
/
load.h
blob: 4a28175a5d1dc7416c8b6ebc560158e8b0c51a78 (
plain
)
1
2
3
4
5
6
7
8
#ifndef LOAD_H
#define LOAD_H
#include
"gst.h"
void
load_json
(
Gst
&
gst
);
#endif