Slightly nicer syntax highlighting

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@376 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-05-14 19:30:23 +00:00
parent f21f11ac87
commit 82f3dc42c7
7 changed files with 69 additions and 36 deletions
+6
View File
@@ -30,5 +30,11 @@ class ExportTemplate : public Packaged {
DECLARE_REFLECTION();
};
// ----------------------------------------------------------------------------- : ExportPackage
/// A package that is being written to when exporting
class ExportingPackage : public Package {
};
// ----------------------------------------------------------------------------- : EOF
#endif