Ignore:
Timestamp:
10/10/08 13:53:22 (16 years ago)
Author:
mattausch
Message:

removed leaks. added class for shaders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SceneQuery.cpp

    r3001 r3021  
    1111 
    1212 
     13#ifdef _CRT_SET 
     14        #define _CRTDBG_MAP_ALLOC 
     15        #include <stdlib.h> 
     16        #include <crtdbg.h> 
     17 
     18        // redefine new operator 
     19        #define DEBUG_NEW new(_NORMAL_BLOCK, __FILE__, __LINE__) 
     20        #define new DEBUG_NEW 
     21#endif 
     22 
     23 
    1324using namespace std; 
    1425 
Note: See TracChangeset for help on using the changeset viewer.