Changeset 692 for Daodan/src/Daodan.c


Ignore:
Timestamp:
Mar 7, 2013, 6:26:13 PM (12 years ago)
Author:
alloc
Message:

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan.c

    r690 r692  
     1#include <windows.h>
    12#include <string.h>
    23
     
    1213
    1314#include "Oni.h"
    14 #include "Oni_Persistence.h"
    15 
    16 #include "BFW_Utility.h"
    17 
    18 #include "oni_gl.h"
    19 #include "daodan_gl.h"
    20 
    21 #include "inifile.h"
     15
     16#include "Oni_GL.h"
     17#include "Daodan_GL.h"
     18
     19#include "Inifile_Reader.h"
    2220
    2321HMODULE DDrDLLModule;
     
    329327                        else if (!_stricmp(name, "switch"))
    330328                                M3gResolutionSwitch = !_stricmp(inifile_cleanstr(value), "true");
    331                         //else if (!_stricmp(name, "devmode"))
    332                                 //turn_dev_mode_on = !_stricmp(inifile_cleanstr(value), "true");
    333329                        else
    334330                                DDrStartupMessage("unrecognised option \"%s\"", name);
     
    681677        }
    682678
    683         //DDrPatch_MakeJump((void*)(OniExe + 0x000378c0, (void*)DDrException);
    684679        DDrPatch_MakeJump((void*)(OniExe + 0x000245A0), (void*)DDrPrintWarning);
    685         //init_daodan_gl();
    686680       
    687681        ONiMain(argc, argv);
Note: See TracChangeset for help on using the changeset viewer.