better project structure
This commit is contained in:
10
framework/include/hello.h
Normal file
10
framework/include/hello.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef GL_TEMPLATE_HELLO_H
|
||||
#define GL_TEMPLATE_HELLO_H
|
||||
|
||||
#include <string>
|
||||
|
||||
void hello();
|
||||
|
||||
int showWindow(const std::string &title);
|
||||
|
||||
#endif //GL_TEMPLATE_HELLO_H
|
||||
Reference in New Issue
Block a user