2015-04-16 16:55:32 +00: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.
|
|
|
|
//
|
2018-09-23 21:17:31 +00:00
|
|
|
//#define GWEN_NO_ANIMATION
|
2015-04-16 16:55:32 +00:00
|
|
|
|
|
|
|
#endif
|