source: trunk/src/gui/gui_environment.cc @ 69

Last change on this file since 69 was 69, checked in by epyon, 12 years ago
  • gui::element - render_data, class, dirty and text fields added with proper accessors
  • gui::element - on_event implemented and draw calling environment
  • gui::environment skeleton class added
File size: 342 bytes
RevLine 
[69]1// Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
2// http://chaosforge.org/
3//
4// This file is part of NV Libraries.
5// For conditions of distribution and use, see copyright notice in nv.hh
6
7#include "nv/gui/gui_environment.hh"
8
9using namespace nv;
10using namespace nv::gui;
11
12void environment::draw( element* e )
13{
14       
15}
Note: See TracBrowser for help on using the repository browser.