浏览代码

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