first commit
This commit is contained in:
12
utils/med2.h
Normal file
12
utils/med2.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
struct MED2_Data
|
||||
{
|
||||
unsigned char Size, Last;
|
||||
unsigned char* Index;
|
||||
long* Buff;
|
||||
unsigned char Smooth;
|
||||
};
|
||||
|
||||
void MED2_Init(MED2_Data& Data);
|
||||
long MED2_Update(long Value, MED2_Data& Data);
|
Reference in New Issue
Block a user