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