home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d591 / monopolysrc.lha / MonopolySrc / monopoly_source.LZH / index < prev    next >
Text File  |  1992-01-06  |  3KB  |  157 lines

  1.  f0.c contains:
  2.     VOID CMes(xcm, left, top, mesg, fpen, bpen) 
  3.     BOOL really(command) 
  4.     VOID freeimages() 
  5.     VOID mycleanup() 
  6.     VOID cleanup() 
  7.     VOID cleanexit(errstr) 
  8.     VOID DrawGels() 
  9.     BOOL initimages() 
  10.     VOID bob() 
  11.     VOID getID(mes) 
  12.     VOID do_gag() 
  13.     VOID ckinfomsg() 
  14.     VOID CreateMenuItem(name, item, next, sub, left, top, wide, flags) 
  15.     struct BitMap  getBitMap(ptilbmFrame) 
  16.     DisplayPic(ptilbmFrame) 
  17.     IFFP GetLiILBM(parent) 
  18.     IFFP GetPrILBM(parent) 
  19.     IFFP GetFoILBM(parent) 
  20.     IFFP ReadPicture(file) 
  21.         VOID fill_instruct_text()         
  22.     
  23. f1.c contains:
  24.     VOID putsquare(pen) 
  25.     VOID fixcolorpot(color) 
  26.     VOID mixcolors() 
  27.     VOID do_palgag() 
  28.     VOID ckpalmsg() 
  29.     VOID setupchgcol() 
  30.     VOID changecolors() 
  31.     VOID movetoken() 
  32.     VOID endgame() 
  33.     
  34. f2.c contains:
  35.         VOID fixauctionmenu() 
  36.     VOID tax() 
  37.         VOID auctionprop(which)  -- driver  -- 
  38.     VOID auction(which) 
  39.     VOID fillodstr() 
  40.     VOID overdrawn(who, amount) 
  41.     VOID usefreecard() 
  42.     VOID trydoubles() 
  43.     VOID payfine() 
  44.     VOID servicemenu(menu, item, sub) 
  45.     VOID ckpropinfomsg() 
  46.     VOID outofgame(player, in_favor_of) 
  47.     VOID fillattr() 
  48.     VOID servicepropmenu(menu, item, sub) 
  49.     
  50. f3.c contains:
  51.     VOID show3(sname1, sname2, sname3, propa) 
  52.     VOID show2(sname1, sname2, prop) 
  53.     VOID showrr(prop) 
  54.     VOID showutil(prop) 
  55.     VOID showpropinfo(prop) 
  56.     
  57. f4.c contains:
  58.     VOID ckchestmsg() 
  59.     USHORT chest() 
  60.     VOID ckchancemsg() 
  61.     USHORT chance() 
  62.     VOID showint(value, where) 
  63.     
  64. f5.c contains:
  65.     VOID reviewprop() 
  66.         VOID writeyourturn() 
  67.     VOID transfertitle(buyer, seller, deed, price) 
  68.     VOID eft(from, to, amount) 
  69.     USHORT ran16() 
  70.     VOID shuffle(deck) 
  71.     USHORT getchestcard() 
  72.     USHORT getchancecard() 
  73.     USHORT counthouses() 
  74.     USHORT counthotels() 
  75.     USHORT rolldie() 
  76.     VOID rolldice() 
  77.     VOID roll() 
  78.     
  79. f6.c contains:
  80.     VOID passgo() 
  81.     VOID drawdice() 
  82.     
  83. f7.c contains:
  84.     VOID ckmanemsg() 
  85.     VOID getplayerinfo() 
  86.     VOID dicecup(hide) 
  87.  
  88. f8.c contains:
  89.     VOID cktransactmsg(which) 
  90.         VOID buildhouse(who) 
  91.     VOID sellhouse(who) 
  92.     VOID makemortgage(who) 
  93.     VOID liftmortgage(who) 
  94.  
  95. f9.c contains:
  96.     USHORT servicetransmenu(menu, item, sub) 
  97.         VOID drawhouse() 
  98.     VOID em(prop, draw) 
  99.     VOID drawhotel() 
  100.  
  101. f10.c contains:
  102.     VOID viewdeeds() 
  103.     VOID showlistpropinstructions() 
  104.     VOID printlistproppage(prop) 
  105.     VOID cklistpropmsg() 
  106.  
  107. f11.c contains:
  108.         USHORT buycard(buyer) 
  109.         VOID moneybags(who) 
  110.     VOID tenpercent(who, which) 
  111.  
  112. f12.c contains:
  113.     VOID fixmenu() 
  114.     VOID fixpropmenu(who) 
  115.     VOID fixodmenu() 
  116.     VOID fixtransmenu(which, who) 
  117.     VOID fixofferbmenu(buyer) 
  118.     VOID fixoffersmenu(seller) 
  119.     VOID fixoffers2menu(seller) 
  120.     
  121. f13.c contains:
  122.         BOOL canbuild(who)     these are called
  123.         BOOL cansell(who)      upon to fix  
  124.         BOOL canmorg(who)      various menus
  125.         BOOL canlift(who) 
  126.     USHORT ahead() 
  127.  
  128. f14.c contains:
  129.        USHORT savegame() 
  130.        VOID jailpark() 
  131.        VOID sendtojail() 
  132.        int rnd(min, max) 
  133.        int random_start() 
  134.  
  135. f15.c contains:
  136.        VOID newgame() 
  137.        UBYTE *file_request(mode) 
  138.        USHORT oldgame() 
  139.  
  140. f16.c contains:
  141.        VOID offersell() 
  142.        
  143. f17.c contains:
  144.        VOID offerbuy() 
  145.  
  146. f18.c contains:
  147.        VOID ckinstructmsg()
  148.     VOID instruction() 
  149.     VOID scroll_text(how) 
  150.               
  151. fmenus.c contains:
  152.        VOID makemenu() -- all menues
  153.  
  154. main.c contains:
  155.     main()
  156.     
  157.