zeus.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 namespace zeus {
14  void init(int _argc, const char** _argv);
18  void unInit();
23  bool isInit();
24 }
bool isInit()
Check if the library zeus is initialized.
void init(int _argc, const char **_argv)
Initialize zeus.
Main zeus library namespace.
Definition: AbstractFunction.hpp:15
void unInit()
un-Initialize zeus