Gonna repost this art here since I forgot about it
Having Renamon be your programming tutor can result in some... interesting learning sessions :3
Having Renamon be your programming tutor can result in some... interesting learning sessions :3
Comments
That heavy, bloated pamp is *sooooooo* good, especially with how their legs sink into it~ :3
void CreateDiaperFilling()
{
int* filling = new int[999];
return;
}
# include
void CreateDiaperFilling(double dumpSize) /*Dont go to high*/
{
double* filling = new double[pow(999, dumpSize)];
return;
}