]> git.cworth.org Git - apitrace/blobdiff - specs/d3d8.py
specs: Allow an API to spread across multiple modules.
[apitrace] / specs / d3d8.py
index 9a11ec5244f668c2754af451f5a682bac29d31d0..c835fc5036ee8213b1e0179c17164ef260750327 100644 (file)
@@ -289,7 +289,7 @@ IDirect3DVolume8.methods += [
     StdMethod(HRESULT, "UnlockBox", []),
 ]
 
-d3d8 = API("d3d8")
+d3d8 = Module("d3d8")
 d3d8.addFunctions([
     StdFunction(PDIRECT3D8, "Direct3DCreate8", [(UINT, "SDKVersion")]),
 ])