mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 15:36:14 +03:00
17 lines
207 B
C
17 lines
207 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
|