The-Powder-Toy/tptlibrary/file.c
2012-09-10 12:47:25 +01:00

8 lines
123 B
C

#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;
}