version c ok, debut fonctin moteur

This commit is contained in:
AntoineUPMC 2017-04-28 17:28:16 +02:00
parent 36962dc598
commit 997eb6e8a5
81 changed files with 4767 additions and 2 deletions

Binary file not shown.

View file

@ -9,8 +9,12 @@ Commandes :
gcc -c main.c
gcc main.o -o main -lcsfml-graphics -lcsfml-window -lcsfml-audio -lcsfml-system
*/
opencv :
gcc opencv.c -o opencv `pkg-config --libs --cflags opencv` -ldl -lm
*/
#define EXIT_FAILURE 0
#define EXIT_SUCCESS 1
int main()
{
sfVideoMode mode = {800, 600, 32};

Binary file not shown.