source: soft/giet_vm/applications/raycast/ctrl.h @ 673

Last change on this file since 673 was 673, checked in by guerin, 9 years ago

raycast: initial port

Raycast is a small game that looks like Wolfenstein 3D. I created
it for my SESI project, on a Cortex M4 devboard.

Imported from
github.com/libcg/tiva-c/tree/master/boards/dk-tm4c129x/upmc_raycast

File size: 102 bytes
Line 
1#ifndef __CTRL_H
2#define __CTRL_H
3
4#include "game.h"
5
6void ctrlLogic(Game *game);
7
8#endif // __CTRL_H
Note: See TracBrowser for help on using the repository browser.