Thread: Translocators
View Single Post
  #10  
Old 01-10-2005, 08:59 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

After looking at a few it appears the only thing missing is the NPC Info. So this quest package is going to be accepted for now under the PEQ Category.
__________________
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.
Reply With Quote