rayzor

diff src/renderer.h @ 15:be616b58df99

continued the renderer slightly
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 13 Apr 2014 09:54:36 +0300
parents a9a948809c6f
children 79609d482762
line diff
     1.1 --- a/src/renderer.h	Sun Apr 13 08:06:21 2014 +0300
     1.2 +++ b/src/renderer.h	Sun Apr 13 09:54:36 2014 +0300
     1.3 @@ -18,6 +18,8 @@
     1.4  	void draw() const;
     1.5  
     1.6  	void handle_keyboard(int key, bool press);
     1.7 +
     1.8 +	void message(MsgAtom msg);
     1.9  };
    1.10  
    1.11  #endif	// RENDERER_H_