ok ok i made a ton of progress on theming
This commit is contained in:
parent
9ebb95135b
commit
5cbb13cf4b
14 changed files with 128 additions and 61 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "server/server.h"
|
||||
#include "client/client.h"
|
||||
#include "common/themes.h"
|
||||
PLATFORM platform=LINUX;
|
||||
std::string androidpackage="kn.kinfuyuki.forespend";
|
||||
inline const char* COMMONCONFIG(){return "common.tdf";}
|
||||
|
|
@ -12,6 +13,7 @@ int main(int argc, char** argv) {
|
|||
enginend::program* game;
|
||||
tiny::startup("forespend","0.03g-rewrite");
|
||||
bool isserver = false;
|
||||
initthemes();
|
||||
if (argc>1) {
|
||||
for (int i=1;i<argc;i++) {
|
||||
if (argv[i]=="server ") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue