Browse Source

ContextShared.loadPrefab

trethaller 7 years ago
parent
commit
6382587281
1 changed files with 4 additions and 0 deletions
  1. 4 0
      hxd/prefab/ContextShared.hx

+ 4 - 0
hxd/prefab/ContextShared.hx

@@ -47,6 +47,10 @@ class ContextShared {
 		return ret;
 	}
 
+	public function loadPrefab( path : String ) : Prefab {
+		throw "Not implemented";
+	}
+
 	public function loadShader( path : String ) : ShaderDef {
 		var r = shaderCache.get(path);
 		if(r != null)