repo.or.cz
/
openc2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add support to SDLBackend for rendering 24bit data
[openc2e.git]
/
ser
/
s_Scriptorium.h
blob
6257b3200ca668e8f005e0777d338eb118f3286b
1
#ifndef SER_SCRIPTORIUM_H
2
#define SER_SCRIPTORIUM_H 1
3
4
#include
"ser/s_caosScript.h"
5
#include
"Scriptorium.h"
6
#include
"serialization.h"
7
#include <boost/serialization/map.hpp>
8
9
SERIALIZE
(
Scriptorium
) {
10
ar
&
obj
.
scripts
;
11
}
12
13
#endif
14