shithub: cstory

Download patch

ref: 143f3b96460efad75ba1f0d2a7823f5f075cf17d
parent: 5983b8e2341196cd55b9dfb6411d7fdec95dd731
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jul 2 10:42:53 EDT 2020

Backport header improvements from #133

Thanks to GabrielRavier for these

--- a/src/BulHit.cpp
+++ b/src/BulHit.cpp
@@ -2,6 +2,8 @@
 
 #include <stddef.h>
 
+#include "WindowsWrapper.h"
+
 #include "Bullet.h"
 #include "Caret.h"
 #include "Game.h"
--- a/src/Game.cpp
+++ b/src/Game.cpp
@@ -2,7 +2,6 @@
 
 #include <stddef.h>
 #include <stdio.h>
-#include <stdlib.h>
 
 #include "WindowsWrapper.h"
 
--- a/src/PixTone.cpp
+++ b/src/PixTone.cpp
@@ -1,7 +1,6 @@
 #include "PixTone.h"
 
 #include <math.h>
-#include <stdlib.h>
 #include <string.h>
 
 #include "WindowsWrapper.h"