Log in

View Full Version : need a compiled npctypes.h


Jorickinc
08-24-2004, 06:32 PM
Could someone tell me how to compile the npctypes.h file with visual c++ 6.0. Or send the compiled file to boringvampyre@hotmail.com place subject as npctypes.h please

Thanks

Charmy
08-24-2004, 07:09 PM
.h files are headers, you can't compile header files, only source files (cpp in this case) can be compiled, the header files just tell what function protos, class defines, etc.. are to be used in the source file.