source: soft/giet_vm/applications/raycast/disp.h @ 708

Last change on this file since 708 was 708, checked in by alain, 9 years ago

Adapt the following application to the POSIX threads API

  • convol
  • classif
  • raycast
  • coproc
  • display
  • gameoflife
  • transpose
  • shell
File size: 175 bytes
Line 
1#ifndef __DISP_H
2#define __DISP_H
3
4#include "game.h"
5
6unsigned char* dispLoadTexture( char* path );
7unsigned int   dispRenderSlice( unsigned int* slice );
8
9#endif // __DISP_H
Note: See TracBrowser for help on using the repository browser.