X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=4b9972f1e3bdc3d0020738a6248002906e7a2efd;hb=d31b48962de4f4384cca54f92db59ccc0bb06fbc;hp=d48f48f1a3c316325e9237263ccf3179bc6b66ba;hpb=5cae3e118cd55278d286cac524d30e36f9df88a4;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index d48f48f1..4b9972f1 100755 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 * * This file is part of Project 16. * @@ -50,6 +50,7 @@ #include "src/lib/nyan/kitten.h" #include "src/lib/types.h" #include "src/lib/typdefst.h" +#include "src/lib/16_in.h" #define VERSION __DATE__ " " __TIME__ @@ -172,6 +173,8 @@ typedef void __based(__self) * memptr; typedef void _seg * memptr; #endif +#define INPUT_STATUS_1 0x03da + /* local function */ void wait(clock_t wait);