Move stuff to include/ and src/
This commit is contained in:
6
include/debug.h
Normal file
6
include/debug.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _DEBUG_H
|
||||
#define _DEBUG_H
|
||||
|
||||
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user