etk.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <string>
12 namespace etk {
18  void init(int _argc, const char** _argv);
19 
24  std::string getApplicationName();
25 }
26 
void init(int _argc, const char **_argv)
Initialize etk.
basic namespace of the etk library. (it might contain all the etk fuctions/class/structures without m...
Definition: Archive.hpp:16
std::string getApplicationName()
Get application name.