coeng
diff src/comp_xform.cc @ 3:66d1762eb203
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 05 Feb 2015 23:20:20 +0200 |
parents | 4a1c9597f4d3 |
children |
line diff
1.1 --- a/src/comp_xform.cc Thu Feb 05 11:04:07 2015 +0200 1.2 +++ b/src/comp_xform.cc Thu Feb 05 23:20:20 2015 +0200 1.3 @@ -2,6 +2,9 @@ 1.4 #include "comp_xform.h" 1.5 #include "gameobj.h" 1.6 1.7 +static CompXForm reg_co_xform; 1.8 +static CompPRS reg_co_prs; 1.9 + 1.10 static Component *cons_xform() { return new CompXForm; } 1.11 static Component *cons_prs() { return new CompPRS; } 1.12