Explorar o código

Add luwra.h which includes all headers collectively

Ole Krüger %!s(int64=10) %!d(string=hai) anos
pai
achega
da3ec36e04
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      lib/luwra.h

+ 10 - 0
lib/luwra.h

@@ -0,0 +1,10 @@
+#ifndef LUWRA_H_
+#define LUWRA_H_
+
+#include "luwra/common.h"
+#include "luwra/types.h"
+#include "luwra/stack.h"
+#include "luwra/userdata.h"
+#include "luwra/wrappers.h"
+
+#endif