summaryrefslogtreecommitdiff
path: root/src/d3d/rwxboximpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/d3d/rwxboximpl.h')
-rw-r--r--src/d3d/rwxboximpl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/d3d/rwxboximpl.h b/src/d3d/rwxboximpl.h
new file mode 100644
index 0000000..524ec28
--- /dev/null
+++ b/src/d3d/rwxboximpl.h
@@ -0,0 +1,11 @@
+namespace rw {
+namespace xbox {
+
+Raster *rasterCreate(Raster *raster);
+uint8 *rasterLock(Raster *raster, int32 level, int32 lockMode);
+void rasterUnlock(Raster*, int32);
+int32 rasterNumLevels(Raster *raster);
+Image *rasterToImage(Raster *raster);
+
+}
+}