init the pointer as null
This commit is contained in:
parent
b02c5a3d46
commit
f44561c3dc
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
#include <GL4D/gl4dp.h>
|
||||
#include <GL4D/gl4duw_SDL2.h>
|
||||
|
||||
#include "../includes/plateau.h"
|
||||
#include "text.h"
|
||||
|
||||
// Plateau
|
||||
static Table *table;
|
||||
static Table *table = NULL;
|
||||
|
||||
// Initialise le programme
|
||||
static void init(void);
|
||||
|
|
Reference in a new issue