[Game.Programming].Academic - Graphics Gems (6 books source code)

源代码在线查看: bool.h

软件大小: 1159 K
上传用户: zhouqiaks
关键词: Programming Academic Graphics source
下载地址: 免注册下载 普通下载 VIP

相关代码

				// bool.h - boolean type				//				// libgm++: Graphics Math Library				// Ferdi Scheepers and Stephen F May				// 15 June 1994								#ifndef BOOL_H				#define BOOL_H								typedef int bool;				enum { false, true };								#endif							

相关资源