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