Stack.cpp
Upload User: kuqidezhu
Upload Date: 2022-07-18
Package Size: 4151k
Code Size: 0k
Category:

3D Graphic

Development Platform:

Visual C++

  1. #include "stdafx.h"
  2. #include "07063257_GL.h"
  3. #include "Stack.h"
  4. #ifdef _DEBUG
  5. #undef THIS_FILE
  6. static char THIS_FILE[]=__FILE__;
  7. #define new DEBUG_NEW
  8. #endif
  9. //////////////////////////////////////////////////////////////////////
  10. // Construction/Destruction
  11. //////////////////////////////////////////////////////////////////////
  12. CStack::CStack()
  13. {
  14. }
  15. CStack::~CStack()
  16. {
  17. }