Inline function “undefined symbols” error

前端 未结 3 1642
天涯浪人
天涯浪人 2020-12-05 23:48

I want to write an inline function, but I get an error. How can I fix it?

Error information:

Undefined symbo         


        
3条回答
  •  臣服心动
    2020-12-06 00:15

    I think XYInRect() needs to be known prior to being used. Move the function definition to some place in the file before you call it.

提交回复
热议问题