mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
13 lines
81 B
Beef
13 lines
81 B
Beef
![]() |
namespace System
|
||
|
{
|
||
|
struct Pointer
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
struct Pointer<T>
|
||
|
{
|
||
|
T* mVal;
|
||
|
}
|
||
|
}
|