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 eeae1f0f38
commit 2927425025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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