1
0
Fork 0

new include system

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2137
This commit is contained in:
Peter Veenstra 2005-03-24 10:32:09 +00:00
parent 989727eaae
commit 9aa295d8aa
14 changed files with 43 additions and 44 deletions

View file

@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef __VIDEO_H
#define __VIDEO_H
#ifndef DOSBOX_VIDEO_H
#define DOSBOX_VIDEO_H
typedef void (* GFX_ResetCallBack)(void);
@ -67,4 +67,3 @@ void GFX_CaptureMouse(void);
extern bool mouselocked; //true if mouse is confined to window
#endif