C++ beginner's coding mistake: “Undeclared identifier”?

前端 未结 3 1935
予麋鹿
予麋鹿 2021-01-21 08:44

I\'m to use C++ for a very small part of my project. I must be coding something wrong, but my knowledge of C++ is what it is and I can\'t get around this...

See both the

3条回答
  •  渐次进展
    2021-01-21 08:50

    void AbstractContactListener::isFixtureCollidingWithFixtureOfType(b2Fixture fix, int type)

    In the implementation.

    :)

提交回复
热议问题