diff options
author | ache <ache@ache.one> | 2017-08-14 00:15:02 +0200 |
---|---|---|
committer | ache <ache@ache.one> | 2017-08-14 00:15:02 +0200 |
commit | ba0333fb910bce10841d4c67d6cf3ce028558df8 (patch) | |
tree | 4a7117698d4982965d2f0d89e9a24dc979c0115e /main.c | |
parent | Control with arrows (diff) |
Usefull comments
Diffstat (limited to 'main.c')
-rwxr-xr-x | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ #include "item.h" #include "wind.h" +/* + * Entry point of metag and event loop + */ + #ifdef DEBUG |