Added some console outputs to use library.
This commit is contained in:
@ -5,6 +5,9 @@ class GenericCore
|
||||
{
|
||||
public:
|
||||
GenericCore();
|
||||
~GenericCore();
|
||||
|
||||
void sayHello() const;
|
||||
};
|
||||
|
||||
#endif // GENERICCORE_H
|
||||
|
||||
Reference in New Issue
Block a user