minor dealings with include guards
This commit is contained in:
parent
00e9f3b50e
commit
add1138a78
@ -3,8 +3,6 @@
|
|||||||
// Email: chronokun@hotmail.com
|
// Email: chronokun@hotmail.com
|
||||||
//
|
//
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifndef __MAPPARSER_H__
|
#ifndef __MAPPARSER_H__
|
||||||
#define __MAPPARSER_H__
|
#define __MAPPARSER_H__
|
||||||
|
|
||||||
|
@ -3,11 +3,9 @@
|
|||||||
// Email: chronokun@hotmail.com
|
// Email: chronokun@hotmail.com
|
||||||
//
|
//
|
||||||
|
|
||||||
#pragma once
|
|
||||||
#include "libraries.h"
|
|
||||||
#ifndef __WORLDSPAWN_H__
|
#ifndef __WORLDSPAWN_H__
|
||||||
#define __WORLDSPAWN_H__
|
#define __WORLDSPAWN_H__
|
||||||
|
#include "libraries.h"
|
||||||
struct TFace
|
struct TFace
|
||||||
{
|
{
|
||||||
float m_fXOffset;
|
float m_fXOffset;
|
||||||
|
Loading…
Reference in New Issue
Block a user