this repo has no description
at main 25 lines 719 B view raw
1/* 2 PROGMAIN.h 3 4 Copyright (C) 2009 Philip Cummins, Richard F. Bannister, 5 Paul C. Pratt 6 7 You can redistribute this file and/or modify it under the terms 8 of version 2 of the GNU General Public License as published by 9 the Free Software Foundation. You should have received a copy 10 of the license along with this file; see the file COPYING. 11 12 This file is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 license for more details. 16*/ 17 18#ifdef PROGMAIN_H 19#error "header already included" 20#else 21#define PROGMAIN_H 22#endif 23 24EXPORTPROC EmulationReserveAlloc(void); 25EXPORTPROC ProgramMain(void);