This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
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;
}