[cpp] 4.3 porting WIP

This commit is contained in:
Mario Zechner 2025-06-30 23:25:21 +02:00
parent 559b66d8dc
commit ebf9f65756

View File

@ -30,8 +30,8 @@
#ifndef Spine_Physics_h #ifndef Spine_Physics_h
#define Spine_Physics_h #define Spine_Physics_h
/// Determines how physics and other non-deterministic updates are applied.
namespace spine { namespace spine {
/// Determines how physics and other non-deterministic updates are applied.
enum Physics { enum Physics {
/// Physics are not updated or applied. /// Physics are not updated or applied.
Physics_None, Physics_None,