init the pointer as null

This commit is contained in:
Mylloon 2022-11-15 13:49:02 +01:00
parent b02c5a3d46
commit f44561c3dc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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);