This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
toddcox-visualize-v0/framework/include/hello.h
2018-12-10 20:18:46 -05:00

11 lines
163 B
C++

#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