bullet3/btgui/Gwen/Config.h
2013-03-12 23:52:31 -07:00

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