Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:36:44 -10:00
parent 528b350626
commit 0b52f3dbab
56 changed files with 56 additions and 166 deletions

View File

@@ -1,5 +1,4 @@
#ifndef BOO_GRAPHICSDEV_COMMON_HPP
#define BOO_GRAPHICSDEV_COMMON_HPP
#pragma once
/* Private header for managing shader data
* binding lifetimes through rendering cycle */
@@ -163,4 +162,3 @@ void UpdateGammaLUT(ITextureD* tex, float gamma);
}
#endif // BOO_GRAPHICSDEV_COMMON_HPP