Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active June 30, 2024 14:20
Show Gist options
  • Save trikitrok/b0c6e3af1a6437814622 to your computer and use it in GitHub Desktop.
Save trikitrok/b0c6e3af1a6437814622 to your computer and use it in GitHub Desktop.
Squeak behaviour
#ifndef SQUEAK_H_
#define SQUEAK_H_
#include "../QuackBehavior.h"
class Squeak : public QuackBehavior {
public:
Squeak();
virtual ~Squeak();
void quack();
};
#endif /* SQUEAK_H_ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment