l3.libnazgul/src/libnazgul.h
Glenn Y. Rolland 996d7158a8 Add libnazgul.h header
* Prevent loops & re-declarations in headers
2020-03-03 23:46:32 +01:00

9 lines
119 B
C

#ifndef _LIBNAZGUL
#define _LIBNAZGUL 1
#include "nzg_global.h"
#include "nzg_iface.h"
#include "nzg_proto.h"
#endif