mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 11:41:51 +02:00
Standard library for external programs
This commit is contained in:
7
tptlibrary/file.c
Normal file
7
tptlibrary/file.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "tpt_syscalls.h"
|
||||
|
||||
int update_TEST(int i, int x, int y, int nt, int ss)
|
||||
{
|
||||
partCreate(-1, x, y-1, 2);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user