cgallocregs.h 111 B

123456789
  1. #ifndef CGALLOCREGS_H
  2. #define CGALLOCREGS_H
  3. #include "cgframe.h"
  4. void cgAllocRegs( CGFrame *frame );
  5. #endif