Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Last active July 28, 2020 00:33
Show Gist options
  • Save JohnMurray/57635494e93472c2d8907431e96ca1e6 to your computer and use it in GitHub Desktop.
Save JohnMurray/57635494e93472c2d8907431e96ca1e6 to your computer and use it in GitHub Desktop.
class Actor {
public:
virtual ~Actor() = default;
};
class Behavior {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment