Added PackCompiler

This commit is contained in:
Digital Artifex
2026-08-11 06:26:23 -04:00
parent 6a59a48a35
commit 7ae2ac34e8
6 changed files with 1460 additions and 473 deletions
+6
View File
@@ -25,4 +25,10 @@ struct SqlException : Exception
{
SqlException(const QString &message, qsizetype errorCode = 0) : Exception(message, errorCode) {}
};
struct KOMPLEX_EXPORT ShaderCompilerException : Exception
{
ShaderCompilerException(const QString &message, qsizetype errorCode = 0) : Exception(message, errorCode) {}
};
#endif // EXCEPTIONS_H