Merge branch 'accurate' into portable
This commit is contained in:
commit
28964f166c
13 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
#include "BossFrog.h"
|
#include "BossFrog.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#include "Boss.h"
|
#include "Boss.h"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "BossIronH.h"
|
#include "BossIronH.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#include "Boss.h"
|
#include "Boss.h"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "BossPress.h"
|
#include "BossPress.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#include "Boss.h"
|
#include "Boss.h"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "BossTwinD.h"
|
#include "BossTwinD.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#include "Boss.h"
|
#include "Boss.h"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "BulHit.h"
|
#include "BulHit.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "Bullet.h"
|
#include "Bullet.h"
|
||||||
#include "Caret.h"
|
#include "Caret.h"
|
||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "Bullet.h"
|
#include "Bullet.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
|
@ -569,7 +569,7 @@ void CortBox2(const RECT *rect, unsigned long col, SurfaceID surf_no)
|
||||||
|
|
||||||
// Dummied-out log function
|
// Dummied-out log function
|
||||||
// According to the Mac port, its name really is just "out".
|
// According to the Mac port, its name really is just "out".
|
||||||
static BOOL out(int unknown)
|
BOOL out(int unknown)
|
||||||
{
|
{
|
||||||
char unknown2[0x100];
|
char unknown2[0x100];
|
||||||
int unknown3;
|
int unknown3;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "Ending.h"
|
#include "Ending.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "MyChar.h"
|
#include "MyChar.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "MycParam.h"
|
#include "MycParam.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "NpcAct.h"
|
#include "NpcAct.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "NpcAct.h"
|
#include "NpcAct.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#include "Caret.h"
|
#include "Caret.h"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "TextScr.h"
|
#include "TextScr.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue