- add conditional logging macro in common.h - add '#pragma once' to every header file - fix typo in food.h
7 lines
144 B
C
7 lines
144 B
C
#pragma once
|
|
|
|
#include "game.h"
|
|
#include "snake.h"
|
|
|
|
void renderGame();
|
|
//erstellt aus Spielfeldstruktur die graphische Anzeige mit SDL-Framework
|