Skip to content

Instantly share code, notes, and snippets.

@msikma
Created October 3, 2015 14:44
Show Gist options
  • Save msikma/4a9f4d01f565f4402bad to your computer and use it in GitHub Desktop.
Save msikma/4a9f4d01f565f4402bad to your computer and use it in GitHub Desktop.
/*
* Copyright (C) 2015, Michiel Sikma <[email protected]>
* MIT License
*/
#ifndef __GAME1_VIDEO__
#define __GAME1_VIDEO__
void plot_pixel(int x, int y, byte color);
void set_mode(byte mode);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment