@@ -0,0 +1,11 @@
+#pragma once
+
+#include "CmPrerequisites.h"
+namespace CamelotEngine
+{
+ class CommandBuffer
+ {
+ };
+}