Navigation Menu

Skip to content

Commit

Permalink
Refactor|Model: Integrated model resource file loading more deeply
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Dec 3, 2013
1 parent 01fa7a2 commit 380c111
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 478 deletions.
6 changes: 6 additions & 0 deletions doomsday/client/include/resource/model.h
Expand Up @@ -145,6 +145,12 @@ class Model
*/
Model(Flags flags = 0);

/**
* Determines whether the specified @a file appears to be in a recognised
* model format.
*/
static bool recognise(de::FileHandle &file);

/**
* Attempt to load a new model resource from the specified @a file.
*
Expand Down

0 comments on commit 380c111

Please sign in to comment.