Pārlūkot izejas kodu

Add luwra.h which includes all headers collectively

Ole Krüger 10 gadi atpakaļ
vecāks
revīzija
da3ec36e04
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  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