From: Nick Bowler Date: Mon, 13 Jul 2009 22:32:19 +0000 (-0400) Subject: uobject: Implement an interface for loading/unloading. X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/ca8ee16cfde42ea27d40f8e45fa6d96dc24cd5d9?hp=ca8ee16cfde42ea27d40f8e45fa6d96dc24cd5d9 uobject: Implement an interface for loading/unloading. 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. ---