Skip to content

Commit ecb43e8

Browse files
committed
WIP of xrAI and xrSE_Factory. Headers cleanup. Use range-based for.
1 parent 9593f1d commit ecb43e8

File tree

2 files changed

+78
-135
lines changed

2 files changed

+78
-135
lines changed

src/utils/xrAI/ETextureParams.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
//----------------------------------------------------
2-
// file: TextureParam.h
3-
//----------------------------------------------------
4-
#ifndef ETextureParamsH
5-
#define ETextureParamsH
1+
#pragma once
62

73
#pragma pack(push, 1)
84
struct ECORE_API STextureParams
@@ -178,4 +174,3 @@ extern xr_token ttype_token[];
178174
#define THUMB_HEIGHT 128
179175
#define THUMB_SIZE THUMB_HEIGHT* THUMB_WIDTH
180176
//----------------------------------------------------
181-
#endif /*_INCDEF_TextureParams_H_*/

0 commit comments

Comments
 (0)