first step of the big refactoring ("tree" branch).
From here on, we can track changes. It made no sense to put the development up to this point into git.
This commit is contained in:
10
include/render.h
Normal file
10
include/render.h
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* vim:ts=4:sw=4:expandtab
|
||||
*/
|
||||
|
||||
#ifndef _RENDER_H
|
||||
#define _RENDER_H
|
||||
|
||||
void render_con(Con *con);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user