Skip to content

Instantly share code, notes, and snippets.

@cleak
Created January 21, 2019 05:19
Show Gist options
  • Save cleak/d6d4a4521efab1323e1a2626135b87b1 to your computer and use it in GitHub Desktop.
Save cleak/d6d4a4521efab1323e1a2626135b87b1 to your computer and use it in GitHub Desktop.
class BouncyBall : public GameObject {
void Update() override {
// ...
}
void PhysicsUpdate() override {
// ...
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment