Rename references to .c files.

This commit is contained in:
riccardom 2009-01-01 17:47:52 +00:00
parent d86428576c
commit 43880c9a21
8 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* callbacks_1_ioregs.c - this file is part of DeSmuME
/* callbacks_1_ioregs.cpp - this file is part of DeSmuME
*
* Copyright (C) 2007 Damien Nozay (damdoum)
* Copyright (C) 2007 Pascal Giard (evilynux)

View File

@ -1,4 +1,4 @@
/* callbacks_2_memview.c - this file is part of DeSmuME
/* callbacks_2_memview.cpp - this file is part of DeSmuME
*
* Copyright (C) 2007 Damien Nozay (damdoum)
* Author: damdoum at users.sourceforge.net

View File

@ -1,4 +1,4 @@
/* callbacks_3_palview.c - this file is part of DeSmuME
/* callbacks_3_palview.cpp - this file is part of DeSmuME
*
* Copyright (C) 2007 Damien Nozay (damdoum)
* Author: damdoum at users.sourceforge.net

View File

@ -1,4 +1,4 @@
/* callbacks_3_palview.c - this file is part of DeSmuME
/* callbacks_3_palview.cpp - this file is part of DeSmuME
*
* Copyright (C) 2007 Damien Nozay (damdoum)
* Author: damdoum at users.sourceforge.net

View File

@ -1,4 +1,4 @@
/* gdk_gl.c - this file is part of DeSmuME
/* gdk_gl.cpp - this file is part of DeSmuME
*
* Copyright (C) 2007 Damien Nozay (damdoum)
* Author: damdoum at users.sourceforge.net

View File

@ -103,7 +103,7 @@ glade_xml_signal_autoconnect_StringObject (GladeXML *self);
extern int Frameskip;
/* main.c */
/* main.cpp */
extern GtkWidget * pWindow;
extern GtkWidget * pDrawingArea, * pDrawingArea2;
extern GladeXML * xml, * xml_tools;
@ -114,13 +114,13 @@ void register_Tool(VoidFunPtr fun);
void unregister_Tool(VoidFunPtr fun);
gchar * get_ui_file (const char *filename);
/* callbacks.c */
/* callbacks.cpp */
void enable_rom_features();
void resize (float Size1, float Size2);
void rotate(float angle);
extern gboolean ScreenInvert;
/* callbacks_IO.c */
/* callbacks_IO.cpp */
extern float ScreenCoeff_Size[2];
extern float ScreenRotate;

View File

@ -1,4 +1,4 @@
/* keyval_names.c - this file is part of DeSmuME
/* keyval_names.cpp - this file is part of DeSmuME
*
* Copyright (C) 2007 Damien Nozay (damdoum)
* Author: damdoum at users.sourceforge.net

View File

@ -1,4 +1,4 @@
/* keyval_names.c - this file is part of DeSmuME
/* keyval_names.h - this file is part of DeSmuME
*
* Copyright (C) 2007 Damien Nozay (damdoum)
* Author: damdoum at users.sourceforge.net