English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
图形图像
>
OpenGL
> 查看源码
stdafx.h
资源名称:
Simple3dOpenGL.rar [点击查看]
上传用户:
zflamp
上传日期:
2008-10-15
资源大小:
662k
文件大小:
0k
源码类别:
OpenGL
开发平台:
Visual C++
stdafx.h:源码内容
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#include <iostream>
#include <tchar.h>
// TODO: 在此处引用程序要求的附加头文件
#include <gl/glut.h>
#include <Windows.h>
#include "resource.h"
#include <math.h>