Daniele Bartolini 6 лет назад
Родитель
Сommit
93a4ddcbe6
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      src/device/types.h

+ 15 - 0
src/device/types.h

@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2012-2018 Daniele Bartolini and individual contributors.
+ * License: https://github.com/dbartolini/crown/blob/master/LICENSE
+ */
+
+#pragma once
+
+namespace crown
+{
+struct ConsoleServer;
+struct Device;
+struct Pipeline;
+struct Profiler;
+
+} // namespace crown