Define HARDCODED_H in header file (#297)

This commit is contained in:
wRadion 2023-02-27 18:30:03 +01:00 committed by GitHub
parent 05db6b8995
commit 8661555f31
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#ifndef HARDCODED_H
#define HARDCODED_H
#include "types.h"
#include "level_table.h"
#include "dialog_ids.h"