//--------------------------------------------------------------------------- #include <vcl\condefs.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #pragma hdrstop //--------------------------------------------------------------------------- USERES("Project1.res"); USEUNIT("utils.cpp"); USEUNIT("affect.cpp"); USEUNIT("area.cpp"); USEUNIT("array.cpp"); USEUNIT("bit.cpp"); USEUNIT("char.cpp"); USEUNIT("char_act.cpp"); USEUNIT("char_combat.cpp"); USEUNIT("cluster.cpp"); USEUNIT("combat.cpp"); USEUNIT("editarea.cpp"); USEUNIT("edithelp.cpp"); USEUNIT("editnpc.cpp"); USEUNIT("editobj.cpp"); USEUNIT("editor.cpp"); USEUNIT("editroom.cpp"); USEUNIT("edittext.cpp"); USEUNIT("env.cpp"); USEUNIT("erratum.cpp"); USEUNIT("exit.cpp"); USEUNIT("guild.cpp"); USEUNIT("hash.cpp"); USEUNIT("help.cpp"); USEUNIT("index.cpp"); USEUNIT("io.cpp"); USEUNIT("llist.cpp"); USEUNIT("ltoa.cpp"); USEUNIT("main.cpp"); USEUNIT("mudobj.cpp"); USEUNIT("mudpptempl.cpp"); USEUNIT("nameable.cpp"); USEUNIT("nanny.cpp"); USEUNIT("npc.cpp"); USEUNIT("object.cpp"); USEUNIT("objtypes.cpp"); USEUNIT("pc.cpp"); USEUNIT("pc_act.cpp"); USEUNIT("pc_combat.cpp"); USEUNIT("pc_info.cpp"); USEUNIT("pc_olc.cpp"); USEUNIT("pc_wiz.cpp"); USEUNIT("pulse.cpp"); USEUNIT("random.cpp"); USEUNIT("repop.cpp"); USEUNIT("room.cpp"); USEUNIT("server.cpp"); USEUNIT("shop.cpp"); USEUNIT("skill.cpp"); USEUNIT("social.cpp"); USEUNIT("socket.cpp"); USEUNIT("spell.cpp"); USEUNIT("string.cpp"); USEUNIT("thing.cpp"); USEUNIT("trigbits.cpp"); USEUNIT("trigchar.cpp"); USEUNIT("trigobj.cpp"); USEUNIT("trigroom.cpp"); USEUNIT("action.cpp"); //--------------------------------------------------------------------------- int real_main( int, char ** ); int main(int argc, char **argv) { return real_main( argc, argv ); } //---------------------------------------------------------------------------