Ignore:
Timestamp:
Aug 19, 1999, 8:46:54 PM (26 years ago)
Author:
phaller
Message:

Add: added ODINWRAP support for WINMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/joyos2.cpp

    r249 r588  
    1 /* $Id: joyos2.cpp,v 1.2 1999-06-30 11:29:40 sandervl Exp $ */
     1/* $Id: joyos2.cpp,v 1.3 1999-08-19 18:46:04 phaller Exp $ */
    22/*
    33 * OS/2 Joystick apis
     
    99 *
    1010 */
     11
     12
     13/****************************************************************************
     14 * Includes                                                                 *
     15 ****************************************************************************/
     16
    1117#define  INCL_BASE
    12 #include <os2wrap.h>    //Odin32 OS/2 api wrappers
     18#include <os2wrap.h>     //Odin32 OS/2 api wrappers
    1319#include <misc.h>
    1420#include "joyos2.h"
     21
    1522
    1623#define GAMEPDDNAME     "GAME$"
     
    171178}
    172179
     180
Note: See TracChangeset for help on using the changeset viewer.