diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-02 17:32:23 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-02 17:32:23 +0700 |
| commit | 4aeff0886aa61ed3834ef4826aa1a1f3e99508b1 (patch) | |
| tree | 0be178818e4ed9de7e70872c224ce73adaba8f6a /src/Sprites.cpp | |
| parent | 7a4fdb3978c36e4309479806140f38669bcd3883 (diff) | |
| download | blackshades-4aeff0886aa61ed3834ef4826aa1a1f3e99508b1.tar.gz | |
Clean up unused functions and style2.4.0
Diffstat (limited to 'src/Sprites.cpp')
| -rw-r--r-- | src/Sprites.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Sprites.cpp b/src/Sprites.cpp index 574bc0e..fa43ae8 100644 --- a/src/Sprites.cpp +++ b/src/Sprites.cpp @@ -1,4 +1,8 @@ +#include "Camera.h" +#include "Fog.h" +#include "Models.h" #include "Sprites.h" +#include "Support.h" extern float multiplier; extern bool slomo; |
