Merge branch 'accurate' into portable
This commit is contained in:
commit
afb2b22e58
124 changed files with 889 additions and 3 deletions
31
LICENCE.txt
Normal file
31
LICENCE.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
THIS PROJECT CONTAINS PROPRIETARY CODE AND ASSETS.
|
||||
THIS IS NOT FREE/LIBRE SOFTWARE OR OPEN-SOURCE SOFTWARE.
|
||||
USE AT YOUR OWN RISK.
|
||||
|
||||
The original code and assets belongs to Daisuke "Pixel" Amaya.
|
||||
|
||||
Modifications and custom code are under the following licence:
|
||||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Regan "cuckydev" Green
|
||||
Copyright (c) 2019-2020 Clownacy
|
||||
Copyright (c) 2019-2020 Gabriel Ravier
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -215,6 +215,8 @@ We can finally generate a `.3dsx` file:
|
|||
|
||||
## Licensing
|
||||
|
||||
Being a decompilation, the majority of the code in this project belongs to
|
||||
Daisuke "Pixel" Amaya - not us. We've yet to agree on a licence for our own
|
||||
code.
|
||||
Being a decompilation, the majority of the code in this project is proprietary
|
||||
and belongs to Daisuke "Pixel" Amaya.
|
||||
|
||||
Modifications and custom code are made available under the MIT licence. See
|
||||
`LICENCE.txt` for details.
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "ArmsItem.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Back.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Boss.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "NpChar.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossAlmo1.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Core(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossAlmo2.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Undead(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossBallos.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Ballos(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossFrog.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Frog(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossIronH.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Ironhead(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossLife.h"
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossOhm.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Omega(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossPress.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Press(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossTwinD.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_Twin(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BossX.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ActBossChar_MonstX(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "BulHit.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void HitBulletMap(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Bullet.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Caret.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define WINDOW_WIDTH 320
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Draw.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Ending.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Escape.h"
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
enum enum_ESCRETURN
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Fade.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CommonDefines.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Flags.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Flash.h"
|
||||
|
||||
#include "CommonDefines.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
enum FlashMode
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Frame.h"
|
||||
|
||||
#include "Boss.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef struct FRAME
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Game.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Generic.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "GenericLoad.h"
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Input.h"
|
||||
|
||||
#include "Backends/Controller.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "KeyControl.h"
|
||||
|
||||
long gKey;
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
enum KeyBind
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Main.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "Map.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "MapName.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "MiniMap.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "MyChar.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "MycHit.h"
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
void ResetMyCharFlag(void);
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "MycParam.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpChar.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "NpChar.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcAct.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcHit.h"
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#include "NpcTbl.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// THIS IS DECOMPILED PROPRIETARY CODE - USE AT YOUR OWN RISK.
|
||||
//
|
||||
// The original code belongs to Daisuke "Pixel" Amaya.
|
||||
//
|
||||
// Modifications and custom code are under the MIT licence.
|
||||
// See LICENCE.txt for details.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue