comparison test/wrap.d @ 30:1cd0d4c7258e

misc changes
author zzzzrrr <mason.green@gmail.com>
date Mon, 30 Mar 2009 16:16:58 -0400
parents da11cc30423f
children
comparison
equal deleted inserted replaced
29:da11cc30423f 30:1cd0d4c7258e
15 }"; 15 }";
16 } 16 }
17 17
18 mixin(mdxpose(`bzVec2`, ` 18 mixin(mdxpose(`bzVec2`, `
19 x|y| 19 x|y|
20 _ctor overload bzVec function(float, float) 20 _ctor overload bzVec2 function(float, float)
21 `)); 21 `));
22 22
23 void initMD(MDThread* t) { 23 void initMD(MDThread* t) {
24 pushGlobal(t, "modules"); 24 pushGlobal(t, "modules");
25 field(t, -1, "customLoaders"); 25 field(t, -1, "customLoaders");