ソースを参照

Add luwra.h which includes all headers collectively

Ole Krüger 10 年 前
コミット
da3ec36e04
共有1 個のファイルを変更した10 個の追加0 個の削除を含む
  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