This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
old-bannertool
Watch
1
Star
0
Fork
You've already forked old-bannertool
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
543e288d70
old-bannertool
/
source
/
main.cpp
5 lines
98 B
C++
Raw
Normal View
History
Unescape
Escape
Code cleanup.
2015-01-26 03:04:27 +00:00
#
include
"cmd.h"
Improve file related error reporting, allow for creating CWAV and LZ11 compressed files.
2015-01-24 18:53:59 +00:00
Organize code structure, generate CBMD files without premade headers.
2015-01-24 02:37:10 +00:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
Code cleanup.
2015-01-26 03:04:27 +00:00
return
cmd_process_command
(
argc
,
argv
)
;
Initial commit.
2015-01-23 06:06:24 +00:00
}
Reference in a new issue
Copy permalink