Search found 1 match

by humbrol2
Wed Jan 05, 2005 5:03 am
Forum: Beginners Help
Topic: `q3node' undeclared, first use of this function
Replies: 1
Views: 353

`q3node' undeclared, first use of this function

86 C:\irrlicht\irrlicht-0.7\Project\HelloWorld.cpp `q3node' undeclared (first use this function)

getting this error when i try to run this code

// Include the Irrlicht header
#include "irrlicht.h"
#include <iostream>
#pragma comment(lib, "Irrlicht.lib")

// Irrlicht Namespaces
using namespace ...