Quote:
Originally Posted by Deimos
The Basic EQEmu Login Server will not support some of the content I wish to add, such as an automatic patcher that patches when you login, well, first checks for files, then patches, just like EQLive. This is just one of many reasons. The File Check will be very fast because it will just check for a text file, so, it should take less than a second.
|
That would be having to change the client as well.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|