home *** CD-ROM | disk | FTP | other *** search
- // File: ROLLDICE.HPP
- // Path: ...\REHACK\GENERAL\ROLLDICE.HPP
- // Version: 1.00
- // Author: V. James Krammes
- // CIS Id: 75300,1663
- // Created on: 23 June, 1993
- // Modified on: 23 June, 1993
- // Description: This is the include file for the rollDice() function
- // that provides a prototype and defines the error
- // return value "badRollValue" (-32768, 0x8000)
- // Tabs: 4
-
- #if !defined _ROLLDICE_HPP
- #define _ROLLDICE_HPP 1.00
-
- const int badRollValue = 0x8000;
-
- int rollDice(const char far *specifier);
-
- #endif // _ROLLDICE_HPP