dungeon_crawler

diff prototype/src/cmdcon.h @ 24:e122ba214ee1

implementing the command console
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Aug 2012 18:03:11 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/prototype/src/cmdcon.h	Thu Aug 23 18:03:11 2012 +0300
     1.3 @@ -0,0 +1,11 @@
     1.4 +#ifndef CMDCON_H_
     1.5 +#define CMDCON_H_
     1.6 +
     1.7 +bool init_cmdcon();
     1.8 +void cleanup_cmdcon();
     1.9 +
    1.10 +void cmdcon_keypress(int key);
    1.11 +
    1.12 +void draw_cmdcon();
    1.13 +
    1.14 +#endif	// CMDCON_H_