Skip to content

Instantly share code, notes, and snippets.

@embed
Created July 22, 2009 20:05
Show Gist options
  • Save embed/152232 to your computer and use it in GitHub Desktop.
Save embed/152232 to your computer and use it in GitHub Desktop.
hatali pointer ornegi
bool init(Screen *scr)
{
scr = new Screen(...);
...
}
int main()
{
Screen *screen;
...
init(screen);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment