ToglText.h
上传用户:kellyonhid
上传日期:2013-10-12
资源大小:932k
文件大小:0k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. // ToglText.h             Wrapper for easy text output in a Togl widget
  2. // created 4/30/99        magi@cs.stanford.edu
  3. #ifndef _TOGLTEXT_H_
  4. #define _TOGLTEXT_H_
  5. void DrawText (struct Togl* togl, char* string);
  6. #endif // _TOGLTEXT_H_