2001-11-16 11:24:55 +00:00
|
|
|
#ifndef MATH_REPLACE_H
|
|
|
|
#define MATH_REPLACE_H
|
|
|
|
|
2002-09-11 09:14:57 +00:00
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma interface
|
|
|
|
#endif
|
|
|
|
|
2001-11-16 11:24:55 +00:00
|
|
|
#include "math_data.h"
|
|
|
|
|
|
|
|
struct ReplaceData {
|
|
|
|
///
|
|
|
|
MathArray from;
|
|
|
|
///
|
|
|
|
MathArray to;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|