goat3d

diff goatview/src/goatview.h @ 88:7941e89798e5

selections
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 15 May 2014 06:52:01 +0300
parents 91e3aa1a60c3
children 8b156bc5205b
line diff
     1.1 --- a/goatview/src/goatview.h	Wed May 14 18:28:38 2014 +0300
     1.2 +++ b/goatview/src/goatview.h	Thu May 15 06:52:01 2014 +0300
     1.3 @@ -7,11 +7,12 @@
     1.4  #include "goat3d.h"
     1.5  #include "scenemodel.h"
     1.6  
     1.7 +void post_redisplay();
     1.8 +
     1.9  extern goat3d *scene;
    1.10  
    1.11  class GoatViewport;
    1.12  
    1.13 -
    1.14  class GoatView : public QMainWindow {
    1.15  private:
    1.16  	Q_OBJECT