ewol.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <etk/types.hpp>
10 
11 namespace ewol {
24  int32_t run(ewol::context::Application* _application, int32_t _argc = 0, const char* _argv[] = nullptr);
29  std::string getVersion();
30 };
Definition: Application.hpp:12
Definition: Area.hpp:16
int32_t run(ewol::context::Application *_application, int32_t _argc=0, const char *_argv[]=nullptr)
This is the only one things the User might done in his main();.
std::string getVersion()
get EWOL version