Merge pull request #132 from GabrielRavier/accurateAddStddefWhenNeeded
Add stddef.h when needed
This commit is contained in:
commit
c99d38274d
12 changed files with 18 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"
|
||||
|
|
|
@ -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