mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Add IInteger to minlib
This commit is contained in:
parent
4ca73ae7be
commit
e61d702da1
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ namespace System
|
||||||
void Dispose() mut;
|
void Dispose() mut;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface IInteger
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
interface IPrintable
|
interface IPrintable
|
||||||
{
|
{
|
||||||
void Print(String outString);
|
void Print(String outString);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue