mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-23 09:52:23 +00:00
7 lines
157 B
C#
7 lines
157 B
C#
|
using FSO.Common.Rendering.Framework.Model;
|
|||
|
|
|||
|
namespace FSO.Common.Rendering.Framework
|
|||
|
{
|
|||
|
public delegate void UpdateHookDelegate(UpdateState state);
|
|||
|
}
|