Code Search for Developers
 
 
  

macdef.h from Allegro game programming library at Krugle


Show macdef.h syntax highlighted

#define rmac_message	128		/*message window ID*/
#define rerror_str		128		/*errors str*/

#define kprefsize		16384	/* kbytes */
#define kminsize		10000
#define kStackNeeded	2048*1024 /*unsual stack requeriment? but allegro need*/
#define kHeapNeeded		8192*1024 /*it's a game OK*/



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

  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