This website requires JavaScript.
Explore
Help
Sign In
talezero
/
integration
Watch
2
Star
0
Fork
0
You've already forked integration
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d29e471f1db2b53d135427c74dcaa0f7cb198dc6
integration
/
luprex
/
core
/
cpp
/
main.cpp
9 lines
93 B
C++
Raw
Normal View
History
Unescape
Escape
Some initial work.
2020-11-12 14:24:33 -05:00
Created AnimViewMap
2021-01-22 19:10:47 -05:00
#
include
"textgame.hpp"
Some initial work.
2020-11-12 14:24:33 -05:00
int
main
(
int
argc
,
char
*
*
argv
)
{
Created AnimViewMap
2021-01-22 19:10:47 -05:00
TextGame
tg
;
tg
.
run
(
)
;
Some initial work.
2020-11-12 14:24:33 -05:00
}
Reference in New Issue
Copy Permalink