Skip to content

Instantly share code, notes, and snippets.

@D4nte
Last active December 29, 2017 11:13
Show Gist options
  • Save D4nte/0c89be5ec102c588da5597b90cbf03f9 to your computer and use it in GitHub Desktop.
Save D4nte/0c89be5ec102c588da5597b90cbf03f9 to your computer and use it in GitHub Desktop.
class MyNewFeature
{
public:
MyNewFeature()
{}
std::string greet(const StinkyOldLegacyDataClass& iData);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment