summaryrefslogtreecommitdiff
path: root/inc/cursesview.h
blob: f4d343a7fe4d9c333e8d691dd0051f6f7efc5292 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CURSESVIEW_H
#define CURSESVIEW_H

#include "slices_evt.h"

void cursesMainLoop(slices_evt_t *slicesEvt);

#endif /*CURSESVIEW_H*/