source: Revenant/marslib/include/recursion.h@ 8125274

port/mars-tycoon
Last change on this file since 8125274 was 80a6a52, checked in by Jonathan Neufeld <support@…>, 3 years ago

Get to a compile state for terrain procedural generation

  • Property mode set to 100755
File size: 154 bytes
Line 
1#pragma once
2
3#define RC_CONTEXT int __s;
4#define RC_INIT() int __s = 0;
5#define RC_START() switch (__s) { case 0:
6#define CR_CALL(x) __s = __LINE__;
Note: See TracBrowser for help on using the repository browser.