repo.or.cz
/
NALCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed initialization order in animation manager.
[NALCG.git]
/
tools
/
new_class.cpp.template
blob
a523c3fcee6aa7f200f03fe843148cbd9a1213c7
1
// system includes
2
3
// class dependencies
4
#include "##CLASS_FILENAME#.h"
5
6
##CLASS_NAME#::##CLASS_NAME#()
7
{
8
9
}
10