Skip to content
Snippets Groups Projects
Commit 3ae2723e authored by Sebastian Gaida's avatar Sebastian Gaida
Browse files

[#20][Doku] add comments to CoreManager.hpp

parent 42b402ba
No related branches found
No related tags found
1 merge request!11Resolve "Add Doxygen comments to existing code"
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
namespace vkcv { namespace vkcv {
/** /**
* initialize GLFW if not initialized * initializes glfw once and increases the counter
*/ */
void initGLFW(); void initGLFW();
/** /**
* terminate GLFW * terminates glfw once, if it was initialized or decreases the counter
*/ */
void terminateGLFW(); void terminateGLFW();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment