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