Ignore:
Timestamp:
03/24/05 08:18:59 (19 years ago)
Author:
gametools
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/TestCulling/TestCullingApplication.cpp

    r18 r28  
    66*/ 
    77 
     8#pragma warning (push) 
     9#pragma warning( disable : 4267 ) 
     10 
     11#include <OgreNoMemoryMacros.h> 
     12#include <CEGUI/CEGUI.h> 
     13#include <../CEGUIRenderer/include/OgreCEGUIRenderer.h> 
     14#include <../CEGUIRenderer/include/OgreCEGUIResourceProvider.h> 
     15#include <../CEGUIRenderer/include/OgreCEGUITexture.h> 
     16#include <OgreMemoryMacros.h> 
     17#pragma warning (pop) 
     18/* 
    819#include <CEGUI/CEGUIImageset.h> 
    920#include <CEGUI/CEGUISystem.h> 
     
    2132#include "OgreCEGUIRenderer.h" 
    2233#include "OgreCEGUIResourceProvider.h" 
    23  
     34*/ 
    2435#include "Ogre.h" 
    2536#include "TestCullingApplication.h" 
Note: See TracChangeset for help on using the changeset viewer.