mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
12 lines
158 B
C++
12 lines
158 B
C++
#include "../sg.h"
|
|
|
|
CODE_MSG el_geo_err;
|
|
MATR el_g_e, el_e_g;
|
|
GEO_ARC el_geo1, el_geo2;
|
|
GEO_COND gcond;
|
|
|
|
void set_el_geo(void)
|
|
{
|
|
el_geo_err = EL_OK;
|
|
}
|