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: d9da659b2b9d6fad5f57e8b417ef26f20228cb5b (
plain
)
1
2
3
4
5
6
7
8
#ifndef LOAD_H
#define LOAD_H
#include
"gst.h"
void
load_json
(
Inv
&
inv
);
#endif