1
0
forked from 0ad/0ad
0ad/source/terrain/AlphaMapCalculator.h

12 lines
209 B
C
Raw Normal View History

#ifndef _ALPHAMAPCALCULATOR_H
#define _ALPHAMAPCALCULATOR_H
#include <string.h>
#include "BlendShapes.h"
namespace CAlphaMapCalculator {
int Calculate(BlendShape8 shape,unsigned int& flipflags);
}
#endif