Working on backing files.
Also started a sketches project to illustrate quick ideas.
This commit is contained in:
13
.idea/fileTemplates/internal/C++ Class Header.h
generated
Normal file
13
.idea/fileTemplates/internal/C++ Class Header.h
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
#parse("C File Header.h")
|
||||
#[[#ifndef]]# ${INCLUDE_GUARD}
|
||||
#[[#define]]# ${INCLUDE_GUARD}
|
||||
|
||||
${NAMESPACES_OPEN}
|
||||
|
||||
class ${NAME} {
|
||||
|
||||
};
|
||||
|
||||
${NAMESPACES_CLOSE}
|
||||
|
||||
#[[#endif]]# // ${INCLUDE_GUARD}
|
||||
Reference in New Issue
Block a user