Data.h
上传用户:yunyi28
上传日期:2021-04-25
资源大小:6978k
文件大小:0k
源码类别:

分形几何

开发平台:

Visual C++

  1. #pragma once
  2. #include "BMP.h"
  3. #include <list>
  4. #include "Tree.h"
  5. #define MAX_LINE_SIZE 128
  6. extern list<TreeType> treeType;
  7. extern list<Tree> trees;
  8. extern GLuint bmptexture[11];
  9. extern GLuint texture[1];
  10. extern bool pause;
  11. void InitData();