add a TODO that I don't want to do yet, but don't want to forget about

This commit is contained in:
adelikat 2014-03-23 16:02:29 +00:00
parent b378cd13e4
commit 59ae076df7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ using BizHawk.Client.Common;
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
{
bool Nullable { get; }