]> Chaos Git - vn/vndc.git/commit
Initial commit
authorchaoskagami <chaos.kagami@gmail.com>
Fri, 22 Aug 2014 22:10:32 +0000 (18:10 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Fri, 22 Aug 2014 22:10:32 +0000 (18:10 -0400)
commit8c9931cf5772e6b22a12e4eb8a2e444d31772eed
treeec92a8963096b3f4c85868f5f746ad7b77177ca2
parent52623457cfce7f32a7edd253cbdfb2674cf3018d
Initial commit
32 files changed:
build [new file with mode: 0755]
external/include/zero/AudioManager.hpp [new file with mode: 0644]
external/include/zero/ContextManager.hpp [new file with mode: 0644]
external/include/zero/TextManager.hpp [new file with mode: 0644]
external/include/zero/UDisplayable.hpp [new file with mode: 0644]
external/include/zero/Zero.hpp [new file with mode: 0644]
external/src/zero/AudioManager.cpp [new file with mode: 0644]
external/src/zero/ContextManager.cpp [new file with mode: 0644]
external/src/zero/TextManager.cpp [new file with mode: 0644]
external/src/zero/UDisplayable.cpp [new file with mode: 0644]
mk [new file with mode: 0755]
vndc/include/Data.hpp [new file with mode: 0644]
vndc/include/Funcs.hpp [new file with mode: 0644]
vndc/src/Data.cpp [new file with mode: 0644]
vndc/src/Loop.cpp [new file with mode: 0644]
vndc/src/Parse.cpp [new file with mode: 0644]
vndc/src/VNDC.cpp [new file with mode: 0644]
vndc/src/op_bgload.cpp [new file with mode: 0644]
vndc/src/op_choice.cpp [new file with mode: 0644]
vndc/src/op_cleartext.cpp [new file with mode: 0644]
vndc/src/op_delay.cpp [new file with mode: 0644]
vndc/src/op_fi.cpp [new file with mode: 0644]
vndc/src/op_goto.cpp [new file with mode: 0644]
vndc/src/op_gsetvar.cpp [new file with mode: 0644]
vndc/src/op_if.cpp [new file with mode: 0644]
vndc/src/op_jump.cpp [new file with mode: 0644]
vndc/src/op_music.cpp [new file with mode: 0644]
vndc/src/op_random.cpp [new file with mode: 0644]
vndc/src/op_setimg.cpp [new file with mode: 0644]
vndc/src/op_setvar.cpp [new file with mode: 0644]
vndc/src/op_sound.cpp [new file with mode: 0644]
vndc/src/op_text.cpp [new file with mode: 0644]