repo.or.cz
/
free-mc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit '315633ecce31cd5af92112ab9903f6e7e8ae8df7'
[free-mc.git]
/
src
/
panelize.h
blob
af9e1cf19574f28f04c0645ab34df7d164887c86
1
#ifndef MC_PANELIZE_H
2
#define MC_PANELIZE_H
3
4
void
external_panelize
(
void
);
5
void
load_panelize
(
void
);
6
void
save_panelize
(
void
);
7
void
done_panelize
(
void
);
8
9
#endif