Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2006, 11:39:47 PM (18 years ago)
Author:
bensch
Message:

new_class_id: dynamic loading works completely

try the shell with:
ResourceManger load Texture some-pic-from-data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/shell/some_shell_commands.cc

    r9836 r9848  
    5353
    5454#include "loading/resource_manager.h"
    55 namespace Resources
    56 {SHELL_COMMAND(debug, ResourceManager, debug);}
     55namespace Resources {
     56  SHELL_COMMAND(debug, ResourceManager, debug);
     57  SHELL_COMMAND(load, ResourceManager, loadFromLoadString);
     58}
    5759
    5860#include "loading/load_param_class_description.h"
Note: See TracChangeset for help on using the changeset viewer.