mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 20:42:36 +02:00
Make transform_save work with new save functions
Conflicts: src/powder.c
This commit is contained in:
committed by
Simon Robertshaw
parent
15310d0165
commit
16ea042bab
@@ -791,8 +791,6 @@ int create_parts(int x, int y, int rx, int ry, int c, int flags);
|
||||
|
||||
void create_line(int x1, int y1, int x2, int y2, int rx, int ry, int c, int flags);
|
||||
|
||||
void *transform_save(void *odata, int *size, matrix2d transform, vector2d translate);
|
||||
|
||||
void orbitalparts_get(int block1, int block2, int resblock1[], int resblock2[]);
|
||||
|
||||
void orbitalparts_set(int *block1, int *block2, int resblock1[], int resblock2[]);
|
||||
|
Reference in New Issue
Block a user