https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f1529e847bfa302ac7beaa6a24b1100bdafd75f3 authored by a1ex on 19 June 2016, 18:15:20 UTC
Close branch MinGW x-compile.
Tip revision: f1529e8
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

/**
 * Runs one cycle of the green screen code
 */
void green_screen_step();

#endif
back to top