stubgen.so is now include in the build process
This commit is contained in:
12
bepascal/source/tools/stubgen.so/cpp/test/Point.h
Normal file
12
bepascal/source/tools/stubgen.so/cpp/test/Point.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _Point_H
|
||||
#define _Point_H
|
||||
|
||||
class Point {
|
||||
public:
|
||||
Point(int x, int y);
|
||||
void addTo(Point other);
|
||||
|
||||
int xValue, yValue;
|
||||
};
|
||||
|
||||
#endif /* _Point_H */
|
||||
Reference in New Issue
Block a user