#include <wx/app.h>
#include <wx/image.h>
#include <list>
#include <iostream>
#include "MemoryX.h"
#include "Theme.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 53 of file imageCompilerMain.cpp.
54{
57 cerr
58 <<
"Usage: " <<
argv[0]
59 << " absolute-path-to-folder theme-name [theme-name...]"
60 << endl;
61 return 1;
62 }
64 const std::vector<unsigned char> empty;
65 std::list<ThemeBase::RegisteredTheme> registrations;
66 for (
int ii = 2; ii <
argc; ++ii)
69
70 wxDISABLE_DEBUG_SUPPORT();
71
73}
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
void SetFilePath(const FilePath &path)
UTILITY_API const char *const * argv
A copy of argv; responsibility of application startup to assign it.
UTILITY_API int argc
A copy of argc; responsibility of application startup to assign it.
References CommandLineArgs::argc, CommandLineArgs::argv, ThemeBase::SetFilePath(), and theTheme.