summaryrefslogtreecommitdiff
path: root/rw.h
diff options
context:
space:
mode:
authorclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
committerclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
commit847962910f0bff071f3bf07c9abb87764fb6cac3 (patch)
treeddcd429e134c7fd5f72ddc97ced175de8d66fcd0 /rw.h
downloadlibrw-847962910f0bff071f3bf07c9abb87764fb6cac3.tar.gz
librw-847962910f0bff071f3bf07c9abb87764fb6cac3.zip
Import aap/librw @ masterHEADmaster
Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/aap/librw (master).
Diffstat (limited to 'rw.h')
-rw-r--r--rw.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/rw.h b/rw.h
new file mode 100644
index 0000000..fb9829f
--- /dev/null
+++ b/rw.h
@@ -0,0 +1,25 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <math.h>
+
+#include "src/rwbase.h"
+#include "src/rwerror.h"
+#include "src/rwplg.h"
+#include "src/rwrender.h"
+#include "src/rwengine.h"
+#include "src/rwpipeline.h"
+#include "src/rwobjects.h"
+#include "src/rwanim.h"
+#include "src/rwplugins.h"
+#include "src/rwuserdata.h"
+#include "src/rwcharset.h"
+#include "src/ps2/rwps2.h"
+#include "src/ps2/rwps2plg.h"
+#include "src/d3d/rwxbox.h"
+#include "src/d3d/rwd3d.h"
+#include "src/d3d/rwd3d8.h"
+#include "src/d3d/rwd3d9.h"
+#include "src/gl/rwwdgl.h"
+#include "src/gl/rwgl3.h"
+#include "src/gl/rwgl3shader.h"
+#include "src/gl/rwgl3plg.h"