src: Add #include <stddef.h>
where appropriate in order to have NULL
/size_t
and others from the proper header
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
a5bf854408
commit
3092c34681
13 changed files with 19 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "BossFrog.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
#include "Boss.h"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "BossIronH.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
#include "Boss.h"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "BossPress.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
#include "Boss.h"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "BossTwinD.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
#include "Boss.h"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "BulHit.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "Bullet.h"
|
||||
#include "Caret.h"
|
||||
#include "Game.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "Bullet.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "Ending.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "MyChar.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "MycParam.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
#include "Caret.h"
|
||||
|
|
|
@ -13,6 +13,7 @@ equivalents.
|
|||
#include "Sound.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "TextScr.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue