RetroArch/gfx/fonts/xdk360_fonts.h

26 lines
980 B
C
Raw Normal View History

2012-04-21 23:13:50 +02:00
/* RetroArch - A frontend for libretro.
2012-02-12 15:23:35 +01:00
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
*
2012-04-21 23:13:50 +02:00
* RetroArch is free software: you can redistribute it and/or modify it under the terms
2012-02-12 15:23:35 +01:00
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
*
2012-04-21 23:13:50 +02:00
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
2012-02-12 15:23:35 +01:00
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
2012-04-21 23:31:57 +02:00
* You should have received a copy of the GNU General Public License along with RetroArch.
2012-02-12 15:23:35 +01:00
* If not, see <http://www.gnu.org/licenses/>.
*/
2012-04-21 23:25:32 +02:00
#ifndef RARCH_360_FONTS_H
#define RARCH_360_FONTS_H
2012-02-12 15:23:35 +01:00
2012-06-24 11:20:52 +02:00
HRESULT d3d9_init_font(const char *font_path);
void d3d9_deinit_font(void);
void xdk_render_msg(void *driver, const char *str);
2012-02-12 15:23:35 +01:00
#endif