Ignore:
Timestamp:
08/26/14 18:39:10 (11 years ago)
Author:
epyon
Message:
  • window_manager interface added
  • input interface added
  • sdl::window_manager and sdl::input added
  • gl_device/gl_window/gl_context made oblivious to sdl
  • currently some setup is required, application class needed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/interface/window.hh

    r319 r326  
    1010 */
    1111
    12 #ifndef NV_GUI_WINDOW_HH
    13 #define NV_GUI_WINDOW_HH
     12#ifndef NV_WINDOW_HH
     13#define NV_WINDOW_HH
    1414
    1515#include <nv/core/common.hh>
     
    2121        class context;
    2222        class device;
     23
    2324        class window
    2425        {
     
    3940
    4041
    41 #endif // NV_GUI_WINDOW_HH
     42#endif // NV_WINDOW_HH
Note: See TracChangeset for help on using the changeset viewer.