Skip to content

Commit

Permalink
log: register sections Model and Piece (thanks Rafal99) [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 30, 2011
1 parent 987702a commit b7b57c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rts/Rendering/Models/3DModelLog.h
Expand Up @@ -7,4 +7,9 @@
#define LOG_SECTION_MODEL "Model"
#define LOG_SECTION_PIECE "Piece"

#include "System/Log/ILog.h"

LOG_REGISTER_SECTION_GLOBAL(LOG_SECTION_MODEL)
LOG_REGISTER_SECTION_GLOBAL(LOG_SECTION_PIECE)

#endif // _3D_MODEL_LOG_H

0 comments on commit b7b57c6

Please sign in to comment.