mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 07:59:18 +02:00
Dalsze poprawki do AnsiString w różnych plikach.
This commit is contained in:
7
PyInt.h
7
PyInt.h
@@ -8,6 +8,9 @@
|
||||
#include "Model3d.h"
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#define PyGetFloat(param) PyFloat_FromDouble(param >= 0 ? param : -param)
|
||||
#define PyGetFloatS(param) PyFloat_FromDouble(param)
|
||||
@@ -85,8 +88,8 @@ class TPythonScreens
|
||||
|
||||
public:
|
||||
void reset(void *train);
|
||||
void setLookupPath(AnsiString path);
|
||||
void init(TQueryParserComp *parser, TModel3d *model, AnsiString name, int cab);
|
||||
void setLookupPath(string path);
|
||||
void init(TQueryParserComp *parser, TModel3d *model, string name, int cab);
|
||||
void update();
|
||||
TPythonScreens();
|
||||
~TPythonScreens();
|
||||
|
||||
Reference in New Issue
Block a user