mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-21 23:21:52 +02:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef UPDATE_H
|
|
#define UPDATE_H
|
|
|
|
int update_start(char *data, int len);
|
|
int update_finish(void);
|
|
void update_cleanup(void);
|
|
|
|
#endif
|