Skip to content

Instantly share code, notes, and snippets.

View larsfu's full-sized avatar

Lars Funke larsfu

  • Technische Universität Dortmund
  • Dortmund
View GitHub Profile
[1/3] #1 c++ src/game/client/gameclient.cpp
In file included from src/engine/graphics.h:5,
from src/game/client/gameclient.cpp:2:
src/engine/kernel.h: In member function »TINTERFACE* IKernel::RequestInterface() [with TINTERFACE = IDemoRecorder]«:
src/game/client/gameclient.cpp:123: instantiated from here
src/engine/kernel.h:62: Fehler: incomplete type »IDemoRecorder« used in nested name specifier
bam: 'objs/game/client/gameclient.o' error 256
#ifndef SERVER_CONTENT_HEADER
#define SERVER_CONTENT_HEADER
struct SOUND
{
int m_Id;
const char* m_pFilename;
};
struct SOUNDSET
{
const char* m_pName;