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