comparison src/system.h @ 15:c8a0dbd7752c

Forgot to commit SDL code
author Michael Pavone <pavone@retrodev.com>
date Sun, 27 Mar 2016 21:31:34 -0700
parents
children ae58e7c3c328
comparison
equal deleted inserted replaced
14:769120da2c1f 15:c8a0dbd7752c
1 #ifndef SYSTEM_H_
2 #define SYSTEM_H_
3
4 int system_init(int width, int height);
5 uint16_t *system_get_framebuffer(int *pitch);
6 void system_framebuffer_updated();
7
8 #endif //SYSTEM_H_