repo.or.cz
/
sm64pc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #438 from s4Ys369/revert-434-patch-1
[sm64pc.git]
/
tools
/
output_level_headers.py
blob
a1ea4aa034588adf873a1adc5e2df7d195306246
1
#!/usr/bin/env python3
2
import
sys
3
for
line
in
sys
.
stdin
:
4
if
line
.
strip
():
5
print
(
'#include "{}"'
.
format
(
line
.
strip
()))