11 lines
107 B
C
11 lines
107 B
C
|
/*
|
||
|
* vim:ts=4:sw=4:expandtab
|
||
|
*/
|
||
|
|
||
|
#ifndef _RENDER_H
|
||
|
#define _RENDER_H
|
||
|
|
||
|
void render_con(Con *con);
|
||
|
|
||
|
#endif
|