mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 18:28:50 +01:00
13 lines
249 B
C
13 lines
249 B
C
/*
|
|
* ALGO : PROJ. : Volume
|
|
* RESEARCH : File : observer.h
|
|
* : Date : 20100531.0725UTC
|
|
* : Email : mail@algoresearch.net
|
|
*/
|
|
|
|
#include "x.h"
|
|
#include "transform.h"
|
|
#include "space.h"
|
|
|
|
void create_observer(SYS_TABLE *sys);
|