From 60699af63f92f43cc4b4b9e3050fcdd2a8468281 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 10 Apr 2019 15:14:00 -0400 Subject: add opengl fronend, remove sdl frontend, refactor build system --- .../calculator/CEdev/examples/template/src/main.c | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 frontends/calculator/CEdev/examples/template/src/main.c (limited to 'frontends/calculator/CEdev/examples/template/src') diff --git a/frontends/calculator/CEdev/examples/template/src/main.c b/frontends/calculator/CEdev/examples/template/src/main.c new file mode 100644 index 0000000..88416b7 --- /dev/null +++ b/frontends/calculator/CEdev/examples/template/src/main.c @@ -0,0 +1,30 @@ +/* + *-------------------------------------- + * Program Name: + * Author: + * License: + * Description: + *-------------------------------------- +*/ + +/* Keep these headers */ +#include +#include +#include +#include + +/* Standard headers (recommended) */ +#include +#include +#include +#include + +/* Put your function prototypes here */ + +/* Put all your globals here */ + +void main(void) { + /* Fill in the body of the main function here */ +} + +/* Put other functions here */ -- cgit v1.2.3-101-g0448