c145f7e529
From here on, we can track changes. It made no sense to put the development up to this point into git.
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
|