R-Type
R-Type project
example.hpp
1 #pragma once
2 #include <string>
3 
4 namespace MyLibrary {
5 
6 enum Color { red, green, blue };
7 
14 class Example {
15 public:
129  std::string test(const std::string& test);
130 
131  virtual int virtualfunc() = 0;
132 
133  static bool staticfunc();
134 
135 
136 };
137 
138 }
139 
MyLibrary::Example
Example class to demonstrate the features of the custom CSS.
Definition: example.hpp:14
MyLibrary::Example::test
std::string test(const std::string &test)
brief summary