Page 1 of 1

Problems after episode 12! [Solved]

Posted: March 1st, 2017, 6:42 pm
by Zedtho
During this episode, Chili talked about encapsulation and stuff, and I tried to copy everything 1:1, but it doesn't work.

I'll show my version of the code (I'm halfway through the episode after watching it multiple times to fix it) https://github.com/Zedtho/Chili-s-Poo-Game

I'd like to give more details, so as far as I know the error is in the Poo.cpp file, but sadly I can't give more information, because I simply have no clue what's happening.

Thanks a lot for reading!

-Zedtho

Edit:
Found one bug (the one in Game.cpp), still doesn't build though. Updated the git file

Re: Problems after episode 12!

Posted: March 1st, 2017, 8:54 pm
by SlevinKelevra
You forgot to include "Graphics.h" in Poo.h

Re: Problems after episode 12!

Posted: March 1st, 2017, 9:10 pm
by Zedtho
Thanks!