Move host transport records to model
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
namespace Age.Engine.Hosting;
|
||||
|
||||
/// <summary>A synchronous AGE-owned diagnostic prompt after native body/context formatting.</summary>
|
||||
public readonly record struct DiagnosticMessage(string Caption, string Text);
|
||||
|
||||
public interface IHost : IDiagnosticHost, ILifecycleHost, IAudioHost, IMovieHost, IGraphicsHost, IInputHost,
|
||||
IAdvHost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user