]> git.draconx.ca Git - upkg.git/commitdiff
uobject: Implement an interface for loading/unloading.
authorNick Bowler <nbowler@draconx.ca>
Mon, 13 Jul 2009 22:32:19 +0000 (18:32 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 13 Jul 2009 22:32:19 +0000 (18:32 -0400)
This allows, for example, an instance of Engine.Music to load its music
data only when required.  It may be useful to keep around an instance
without allocating gobs of memory to store data that won't be used.


No differences found