minor dealings with include guards

This commit is contained in:
2017-04-11 08:27:53 -07:00
parent 00e9f3b50e
commit add1138a78
2 changed files with 1 additions and 5 deletions

View File

@ -3,8 +3,6 @@
// Email: chronokun@hotmail.com
//
#pragma once
#ifndef __MAPPARSER_H__
#define __MAPPARSER_H__

View File

@ -3,11 +3,9 @@
// Email: chronokun@hotmail.com
//
#pragma once
#include "libraries.h"
#ifndef __WORLDSPAWN_H__
#define __WORLDSPAWN_H__
#include "libraries.h"
struct TFace
{
float m_fXOffset;