Skip to content

Commit

Permalink
Give xrMemory_POOL.h pragma once, and make it more standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlin-mike authored and Xottab-DUTY committed Aug 5, 2017
1 parent 0f22237 commit 6a0d250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/xrCore/xrMemory_POOL.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once
#ifndef xrMemory_POOLh
#define xrMemory_POOLh
#pragma once
#include "Threading/Lock.hpp"
#include "Common/inlining_macros.h"

class xrMemory;

Expand Down

0 comments on commit 6a0d250

Please sign in to comment.