NeHe Productions: Texture Mapping
Lets start off by adding five new lines of code to the top of lesson one. The first new line is #include . Adding this header file allows us to work with files. In order to use fopen() later in the code we need to include this line. Then we add three new
nehe.gamedev.net |