home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Homebrewer's Handbook / vr.iso / vr386 / config.h < prev    next >
Text File  |  1996-03-19  |  2KB  |  44 lines

  1. /* Configuration options for REND386 */
  2.  
  3. /*
  4.  This code is part of the VR-386 project, created by Dave Stampe.
  5.  VR-386 is a desendent of REND386, created by Dave Stampe and
  6.  Bernie Roehl.  Almost all the code has been rewritten by Dave
  7.  Stampre for VR-386.
  8.  
  9.  Copyright (c) 1994 by Dave Stampe:
  10.  May be freely used to write software for release into the public domain
  11.  or for educational use; all commercial endeavours MUST contact Dave Stampe
  12.  (dstampe@psych.toronto.edu) for permission to incorporate any part of
  13.  this software or source code into their products!  Usually there is no
  14.  charge for under 50-100 items for low-cost or shareware products, and terms
  15.  are reasonable.  Any royalties are used for development, so equipment is
  16.  often acceptable payment.
  17.  
  18.  ATTRIBUTION:  If you use any part of this source code or the libraries
  19.  in your projects, you must give attribution to VR-386 and Dave Stampe,
  20.  and any other authors in your documentation, source code, and at startup
  21.  of your program.  Let's keep the freeware ball rolling!
  22.  
  23.  DEVELOPMENT: VR-386 is a effort to develop the process started by
  24.  REND386, improving programmer access by rewriting the code and supplying
  25.  a standard API.  If you write improvements, add new functions rather
  26.  than rewriting current functions.  This will make it possible to
  27.  include you improved code in the next API release.  YOU can help advance
  28.  VR-386.  Comments on the API are welcome.
  29.  
  30.  CONTACT: dstampe@psych.toronto.edu
  31. */
  32.  
  33.  
  34. /* Written by Bernie Roehl, February 1993 */
  35. // updated by Dave Stampe-- these will not be needed soon
  36.  
  37. #define ENABLE_STATEMACH 1            /* V5 state machine code */
  38. #define ENABLE_RESIZE_ON_LOAD 1       /* plg loading prompts for scale */
  39.  
  40. #define LOAD_VIDEO_DRIVER 1           // load video driver (if not linked)
  41. //#undef LOAD_VIDEO_DRIVER 1
  42.  
  43. /* End of config.h */
  44.