Gered
c5cdddbeaa
current versions of all of my basic framework sources, build configurations/scripts, and supporting assets
17 lines
208 B
C
17 lines
208 B
C
/*
|
|
GWEN
|
|
Copyright (c) 2010 Facepunch Studios
|
|
See license in Gwen.h
|
|
*/
|
|
|
|
#pragma once
|
|
#ifndef GWEN_CONFIG_H
|
|
#define GWEN_CONFIG_H
|
|
|
|
//
|
|
// Disables animation functions.
|
|
//
|
|
//#define GWEN_NO_ANIMATION
|
|
|
|
#endif
|