Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created April 9, 2017 14:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save deque-blog/69155a7ff07529add8e4b5cf95ca1e7c to your computer and use it in GitHub Desktop.
struct rgb_color
{
int m_red;
int m_green;
int m_blue;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment