/***************************************************************************** * pce * *****************************************************************************/ /***************************************************************************** * File name: src/arch/atarist/msg.h * * Created: 2011-03-17 by Hampa Hug * * Copyright: (C) 2011-2013 Hampa Hug * *****************************************************************************/ /***************************************************************************** * This program is free software. You can redistribute it and / or modify it * * under the terms of the GNU General Public License version 2 as published * * by the Free Software Foundation. * * * * 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. * *****************************************************************************/ #ifndef PCE_ATARIST_MSG_H #define PCE_ATARIST_MSG_H 1 int st_set_msg (atari_st_t *sim, const char *msg, const char *val); #endif