aboutsummaryrefslogtreecommitdiff
path: root/drivers/pvr/SCsub
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-09 22:10:30 -0300
committerJuan Linietsky2014-02-09 22:10:30 -0300
commit0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac (patch)
tree276c4d099e178eb67fbd14f61d77b05e3808e9e3 /drivers/pvr/SCsub
parent0e49da1687bc8192ed210947da52c9e5c5f301bb (diff)
downloadgodot-0b806ee.tar.gz
godot-0b806ee.tar.zst
godot-0b806ee.zip
GODOT IS OPEN SOURCE
Diffstat (limited to '')
-rw-r--r--drivers/pvr/SCsub11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/pvr/SCsub b/drivers/pvr/SCsub
new file mode 100644
index 000000000..bd4c6f3f8
--- /dev/null
+++ b/drivers/pvr/SCsub
@@ -0,0 +1,11 @@
+Import('env')
+
+
+pvr_sources = [
+ "pvr/texture_loader_pvr.cpp"
+ ]
+
+env.drivers_sources+=pvr_sources
+
+#env.add_source_files(env.drivers_sources, pvr_sources)
+