repo.or.cz
/
openttd-joker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update readme.md
[openttd-joker.git]
/
src
/
tbtr_template_gui_create.h
blob
45cbcf5964f7969d9fe4973c1619d35618a1c52b
1
// template creation gui
2
3
#ifndef TEMPLATE_GUI_CREATE
4
#define TEMPLATE_GUI_CREATE
5
6
#include
"tbtr_template_vehicle.h"
7
8
void
ShowTemplateCreateWindow
(
TemplateVehicle
*,
bool
*,
int
);
9
10
#endif