diff options
-rw-r--r-- | src/rend2/tr_extratypes.h | 2 | ||||
-rw-r--r-- | src/rend2/tr_postprocess.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rend2/tr_extratypes.h b/src/rend2/tr_extratypes.h index 3d185851..b84cd5e4 100644 --- a/src/rend2/tr_extratypes.h +++ b/src/rend2/tr_extratypes.h @@ -40,4 +40,4 @@ typedef struct { float sunAmbCol[3]; } refdefex_t; -#endif
\ No newline at end of file +#endif diff --git a/src/rend2/tr_postprocess.h b/src/rend2/tr_postprocess.h index 5575bfd2..d4c22658 100644 --- a/src/rend2/tr_postprocess.h +++ b/src/rend2/tr_postprocess.h @@ -30,4 +30,4 @@ void RB_BokehBlur(float blur); void RB_GodRays(void); void RB_GaussianBlur(float blur); -#endif
\ No newline at end of file +#endif |