X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fmupen64plus-rsp-hle%2Fsrc%2Fmusyx.h;fp=source%2Fmupen64plus-rsp-hle%2Fsrc%2Fmusyx.h;h=ec970990518848e82b1a041235d5d9dbfb7755ec;hp=0000000000000000000000000000000000000000;hb=df00ea1301b9e755242364def666d5b12d470762;hpb=c35c7a7e99faddf004976cee07ca47055ac313b3 diff --git a/source/mupen64plus-rsp-hle/src/musyx.h b/source/mupen64plus-rsp-hle/src/musyx.h new file mode 100755 index 0000000..ec97099 --- /dev/null +++ b/source/mupen64plus-rsp-hle/src/musyx.h @@ -0,0 +1,27 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Mupen64plus-rsp-hle - musyx.h * + * Mupen64Plus homepage: http://code.google.com/p/mupen64plus/ * + * Copyright (C) 2013 Bobby Smiles * + * * + * 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. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +#ifndef MUSYX_H +#define MUSYX_H + +void musyx_task(void); + +#endif