diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-05 23:19:33 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-05 23:19:33 +0200 |
| commit | 80d9845607058a85c5250aebca1280324b811285 (patch) | |
| tree | cbea9ccbdd0a4be8e8d8dbd8a0e8171ffe7612e9 /internal_rewrite/Valve/dt_common.h | |
| parent | cf4d2ec1a220d70bcfb6490a1a4e23dc8d90886b (diff) | |
whole bunch of shit
Diffstat (limited to 'internal_rewrite/Valve/dt_common.h')
| -rw-r--r-- | internal_rewrite/Valve/dt_common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/internal_rewrite/Valve/dt_common.h b/internal_rewrite/Valve/dt_common.h index 9555056..e936587 100644 --- a/internal_rewrite/Valve/dt_common.h +++ b/internal_rewrite/Valve/dt_common.h @@ -6,6 +6,8 @@ // //=============================================================================// +#pragma warning( push, 0 ) + #ifndef DATATABLE_COMMON_H #define DATATABLE_COMMON_H @@ -223,4 +225,6 @@ inline int NumBitsForCount( int nMaxElements ) } -#endif // DATATABLE_COMMON_H
\ No newline at end of file +#endif // DATATABLE_COMMON_H + +#pragma warning( pop )
\ No newline at end of file |
