mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
12 lines
197 B
C
12 lines
197 B
C
/*
|
|
* SDL config dialog
|
|
*/
|
|
|
|
#ifndef __CONFIGDIALOG_SDL_H__
|
|
#define __CONFIGDIALOG_SDL_H__
|
|
|
|
#include "plugin.h"
|
|
|
|
void configure_sdl( SController *controller );
|
|
|
|
#endif /* __CONFIGDIALOG_SDL_H__ */
|