17 lines
354 B
C
Executable File
17 lines
354 B
C
Executable File
//-----------------------------------------------
|
|
// Synapse Gaming - Lighting System
|
|
// Copyright © Synapse Gaming 2003
|
|
// Written by John Kabus
|
|
//-----------------------------------------------
|
|
#ifndef _SGDECALMANAGER_H_
|
|
#define _SGDECALMANAGER_H_
|
|
|
|
#include "core/bitStream.h"
|
|
#include "game/gameBase.h"
|
|
|
|
|
|
|
|
|
|
|
|
#endif//_SGDECALMANAGER_H_
|