We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52d719b + 9f3da8b commit 291d67eCopy full SHA for 291d67e
include/nabla.h
@@ -17,13 +17,6 @@
17
#ifndef __NABLA_H_INCLUDED__
18
#define __NABLA_H_INCLUDED__
19
20
-// meta info
21
-#include "git_info.h"
22
-
23
-namespace nbl {
24
- NBL_API2 const gtml::GitInfo& getGitInfo(gtml::E_GIT_REPO_META repo);
25
-}
26
27
// core lib
28
#include "nbl/core/declarations.h"
29
@@ -72,4 +65,12 @@ namespace nbl {
72
65
73
66
#include "SColor.h"
74
67
68
+// meta info
69
+#include "git_info.h"
70
+
71
+namespace nbl {
+ const NBL_API2 gtml::GitInfo& getGitInfo(gtml::E_GIT_REPO_META repo);
+}
75
76
#endif // __NABLA_H_INCLUDED__
0 commit comments