mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-29 12:20:36 +00:00
13 lines
No EOL
314 B
C#
13 lines
No EOL
314 B
C#
// PkgCmdID.cs
|
|
// MUST match PkgCmdID.h
|
|
using System;
|
|
|
|
namespace Cosmos.Cosmos_VS_Windows
|
|
{
|
|
static class PkgCmdIDList
|
|
{
|
|
public const uint cmdidCosmosAssembly = 0x101;
|
|
public const uint cmdidCosmosRegisters = 0x102;
|
|
public const uint cmdidCosmosStack = 0x103;
|
|
};
|
|
} |