Selaa lähdekoodia

Add luwra.h which includes all headers collectively

Ole Krüger 10 vuotta sitten
vanhempi
commit
da3ec36e04
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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