Add missing SC_ prefix to header guards

This commit is contained in:
Romain Vimont 2022-04-12 23:59:01 +02:00
commit fa5b2a29e9
11 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
#ifndef INPUTMANAGER_H
#define INPUTMANAGER_H
#ifndef SC_INPUTMANAGER_H
#define SC_INPUTMANAGER_H
#include "common.h"