Minecraft Community Edition 0.1.0
Loading...
Searching...
No Matches
example.hpp
Go to the documentation of this file.
1
18
24public:
39 int add(int a, int b);
40
46 int subtract(int a, int b);
47};
48 // end of ExampleGroup
This is an example class showing Doxygen tags.
Definition example.hpp:23
int add(int a, int b)
Adds two integers.