home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / ReplicaNetFreewareV5_4.exe / data1.cab / Program_Executable_Files / Example6 / WatchedFloat.lang < prev   
Encoding:
Text File  |  2005-10-30  |  192 b   |  7 lines

  1. // This defines the macros used in the compiled _RO_ object.
  2. class WatchedFloat
  3. {
  4.     WatchedFloat(x)                EXTENSION_WATCHEDFLOATCTOR(x);
  5.     ~WatchedFloat()                EXTENSION_WATCHEDFLOATDTOR();
  6. };
  7.