BARE2D
BARE2DEngine.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace BARE2D {
4  /**
5  * @brief Inits the required systems used by BARE2D
6  * @return Returns a zero if everything's okay, otherwise returns a BAREError enum. Get actual error output from BAREErrors.
7  */
8  extern void init();
9 }
BARE2D
Definition: App.cpp:13
BARE2D::init
void init()
Inits the required systems used by BARE2D.
Definition: BARE2DEngine.cpp:10