diff options
Diffstat (limited to 'src/imp.cc')
| -rw-r--r-- | src/imp.cc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,3 +69,9 @@ IMP::assets () const /* XXX */ return list<shared_ptr<Asset> > (); } + +list<shared_ptr<IMPCPL> > +IMP::cpls () const +{ + return cpls_of_type<IMPCPL> (); +} |
