Created
October 3, 2015 14:44
-
-
Save msikma/4a9f4d01f565f4402bad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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