SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ cartnew

#define cartnew   new (SRL::Memory::Zone::CartRam)
related

new keyword for expansion cartridge RAM

class MyFirstThing { }
void main()
{
// Allocates MyFirstThing in the cart RAM
MyFirstThing* second = cartnew MyFirstThing();
}
#define cartnew
new keyword for expansion cartridge RAM
Definition srl_memory.hpp:969