add a TODO that I don't want to do yet, but don't want to forget about
This commit is contained in:
parent
b378cd13e4
commit
59ae076df7
|
@ -6,6 +6,7 @@ using BizHawk.Client.Common;
|
||||||
|
|
||||||
namespace BizHawk.Client.EmuHawk
|
namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
|
// TODO: add a MaxValue property, nullable int, that will show up in Designer, change events will check that value and fix entries that exceed that value
|
||||||
public interface INumberBox
|
public interface INumberBox
|
||||||
{
|
{
|
||||||
bool Nullable { get; }
|
bool Nullable { get; }
|
||||||
|
|
Loading…
Reference in New Issue