index
:
fparkan
devel
master
Utilities and tools for the game "Parkan: Iron Strategy".
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.zig
blob: e24f79266a54085970fd44c001780e1d4a79f0c3 (
plain
) (
blame
)
1
2
3
4
5
const
std
=
@import
(
"std"
);
pub
fn
build
(
b
:
*
std
.
Build
)
void
{
_
=
b
;
// stub
}