This website works better with JavaScript
Home
Explore
Help
Sign In
jhb2345
/
fallout-terminal-clone
mirror of
https://github.com/jibby0/fallout-terminal-clone
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
a230bf4126
Branches
Tags
center
master
v1.1
fallout-termina...
/
intro.h
intro.h
55 B
History
Raw
1
2
3
4
5
6
#ifndef INTRO_H
#define INTRO_H
void intro();
#endif