The-Powder-Toy/tptlibrary/file.c

8 lines
123 B
C
Raw Normal View History

2012-09-10 06:47:25 -05:00
#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;
}