PlaneShift
Development => Development Deliberation => Topic started by: kaiserbert on February 06, 2007, 12:34:36 am
-
Hi All,
I wanna understand the structur of this source code,
therefor some Questions,
I will insert all answers into this body.
1.)Where is the main.cpp?
For the client it is in src/client/psengine.cpp
For the server it is in src/server/main.cpp
2.)Where is the main.cpp for the updater Program?
bye Bert
-
It depends on which application you are looking at.
For the client it is in src/client/psengine.cpp
For the server it is in src/server/main.cpp
-
Where is the main.cpp for the updater Program?
-
Where is the main.cpp for the updater Program?
There really aren't too many .cpp files in the updater directory. There was no main.cpp, so I checked updater.cpp and finally found it in psupdaterengine.cpp. It took me more time to write this message than to locate the main() function for the updater.