mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +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
|