10 lines
129 B
C
10 lines
129 B
C
#pragma once
|
|
#ifndef __EIS_H__
|
|
#define __EIS_H__
|
|
|
|
#include "elite_def.h"
|
|
|
|
extern elite_instance_t eis_2_0;
|
|
|
|
#endif // !__EIS_H__
|