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

Last change on this file since f40df48 was 71dea59, checked in by Jonathan Neufeld <support@…>, 4 years ago

Get to a compile state for terrain procedural generation

  • Property mode set to 100755
File size: 154 bytes
RevLine 
[71dea59]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.