Code Search for Developers
 
 
  

qnxalleg.h from Allegro game programming library at Krugle


Show qnxalleg.h syntax highlighted

/*         ______   ___    ___
 *        /\  _  \ /\_ \  /\_ \
 *        \ \ \L\ \\//\ \ \//\ \      __     __   _ __   ___
 *         \ \  __ \ \ \ \  \ \ \   /'__`\ /'_ `\/\`'__\/ __`\
 *          \ \ \/\ \ \_\ \_ \_\ \_/\  __//\ \L\ \ \ \//\ \L\ \
 *           \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
 *            \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
 *                                           /\____/
 *                                           \_/__/
 *
 *      Header file for the QNX Allegro library port.
 *
 *      This doesn't need to be included; it prototypes functions you
 *      can use to control the library more closely.
 */


#ifndef QNX_ALLEGRO_H
#define QNX_ALLEGRO_H

#ifndef ALLEGRO_H
#error Please include allegro.h before qnxalleg.h!
#endif

#ifndef SCAN_DEPEND
   #include <Pt.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif


AL_FUNC(PtWidget_t *, alqnx_get_window, (void));


#ifdef __cplusplus
}
#endif

#endif




See more files for this project here

Allegro game programming library

Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming.

Project homepage: http://sourceforge.net/projects/alleg
Programming language(s): Assembly,C,Shell Script
License: other

  allegro/
    inline/
      3dmaths.inl
      asm.inl
      color.inl
      draw.inl
      file.inl
      fix.inl
      fmaths.inl
      gfx.inl
      gui.inl
      matrix.inl
      rle.inl
      system.inl
    internal/
      aintern.h
      aintvga.h
      alconfig.h
    platform/
      aintbeos.h
      aintdos.h
      aintlnx.h
      aintmac.h
      aintqnx.h
      aintunix.h
      aintwin.h
      al386gcc.h
      al386vc.h
      al386wat.h
      albcc32.h
      albecfg.h
      albeos.h
      aldjgpp.h
      aldos.h
      almac.h
      almaccfg.h
      almngw32.h
      almsvc.h
      alqnx.h
      alqnxcfg.h
      alucfg.h
      alunix.h
      alwatcom.h
      alwin.h
      macdef.h
    3d.h
    3dmaths.h
    alcompat.h
    alinline.h
    base.h
    color.h
    compiled.h
    config.h
    datafile.h
    debug.h
    digi.h
    draw.h
    file.h
    fix.h
    fixed.h
    fli.h
    fmaths.h
    gfx.h
    gui.h
    joystick.h
    keyboard.h
    matrix.h
    midi.h
    mouse.h
    palette.h
    quat.h
    rle.h
    sound.h
    stream.h
    system.h
    text.h
    timer.h
    unicode.h
  allegro.h
  bealleg.h
  linalleg.h
  macalleg.h
  qnxalleg.h
  winalleg.h
  xalleg.h