mupen64plus-oldsvn/main/posix/main.h
2008-05-03 05:20:32 +00:00

26 lines
1.1 KiB
C

/***************************************************************************
main_gtk.h - Handles the main window and 'glues' it with other windows
----------------------------------------------------------------------------
Began : Fri Nov 8 2002
Copyright : (C) 2002 by blight
Email : blight@Ashitaka
****************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include <pthread.h>
#ifndef PATH_MAX
# define PATH_MAX 1024
#endif
/* globals */
extern pthread_t g_EmulationThread;