Re: The shortcut
Quote:
Originally Posted by lolzies
The images in the help center are broken, so what is the paremeter I'm supposed to put at the end of the shortcut link?
EverQuest\EverQuest.exe -xxxxxx
|
"%Eqdir%\eqgame.exe" patchme
Replace "%eqdir%" with your EQ Directory (The one you use for EMu)
__________________
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.
|