diff options
author | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-21 05:52:34 +0000 |
---|---|---|
committer | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-21 05:52:34 +0000 |
commit | 995eea38b362e9c57abfb5354a8b6e1af6dd3637 (patch) | |
tree | 616265768f4115184fb45e1f8a770aa0005d15d5 /src/tmwserv.dev | |
parent | 6c44d26e31ac6b4c4c59052034d8ce64b1fd0507 (diff) | |
download | manaserv-995eea38b362e9c57abfb5354a8b6e1af6dd3637.tar.gz manaserv-995eea38b362e9c57abfb5354a8b6e1af6dd3637.tar.bz2 manaserv-995eea38b362e9c57abfb5354a8b6e1af6dd3637.tar.xz manaserv-995eea38b362e9c57abfb5354a8b6e1af6dd3637.zip |
I've added the shell for the login and message handler functions, as well as debug support for logging in. Noticed we still need an account class to store the account data. Perhaps I'll work on that tommorrow.
Diffstat (limited to 'src/tmwserv.dev')
-rw-r--r-- | src/tmwserv.dev | 219 |
1 files changed, 219 insertions, 0 deletions
diff --git a/src/tmwserv.dev b/src/tmwserv.dev new file mode 100644 index 00000000..45e38318 --- /dev/null +++ b/src/tmwserv.dev @@ -0,0 +1,219 @@ +[Project] +FileName=tmwserv.dev +Name=Project1 +UnitCount=17 +Type=1 +Ver=1 +ObjFiles= +Includes= +Libs= +PrivateResource= +ResourceIncludes= +MakeIncludes= +Compiler= +CppCompiler= +Linker= +IsCpp=1 +Icon= +ExeOutput= +ObjectOutput= +OverrideOutput=0 +OverrideOutputName= +HostApplication= +Folders=header,source +CommandLine= +UseCustomMakefile=0 +CustomMakefile= +IncludeVersionInfo=0 +SupportXPThemes=0 +CompilerSet=0 +CompilerSettings= + +[Unit1] +FileName=connectionhandler.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit2] +FileName=connectionhandler.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit3] +FileName=main.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit4] +FileName=messagehandler.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit5] +FileName=messagehandler.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit6] +FileName=messagein.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit7] +FileName=messagein.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit8] +FileName=messageout.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit9] +FileName=messageout.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit10] +FileName=netcomputer.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit11] +FileName=netcomputer.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit12] +FileName=netsession.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit13] +FileName=netsession.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit14] +FileName=packet.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit15] +FileName=packet.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[VersionInfo] +Major=0 +Minor=1 +Release=1 +Build=1 +LanguageID=1033 +CharsetID=1252 +CompanyName= +FileVersion= +FileDescription=Developed using the Dev-C++ IDE +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion= +AutoIncBuildNr=0 + +[Unit16] +FileName=debug.cpp +CompileCpp=1 +Folder=source +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit17] +FileName=debug.h +CompileCpp=1 +Folder=header +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + |