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

分形几何

开发平台:

Visual C++

  1. #pragma once
  2. #include <stdlib.h>
  3. #include <fstream>
  4. #include <list>
  5. #include <stdio.h>
  6. #include <string.h>
  7. #include "Data.h"
  8. bool LoadTreeTypes(char *tree_path);
  9. bool LoadTreePos(char *treePos_path);