Torque3D/Engine/lib/bullet/examples/ThirdPartyLibs/Gwen/Config.h

17 lines
208 B
C
Raw Normal View History

2022-05-13 23:42:41 -04:00
/*
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