mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-03 02:13:35 +02:00
6 lines
77 B
C
6 lines
77 B
C
#ifndef BRMLIFE__MAIN_H
|
|
#define BRMLIFE__MAIN_H
|
|
|
|
extern int tick_id;
|
|
|
|
#endif
|