mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-06 20:24:33 +00:00
Moved the addSourceDirectory for physics/Bullet into the Engine/Source/CMakeLists.txt file that way it can actually appear where we expect it to in the solution explorer.
16 lines
207 B
C
16 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
|