I had this working before but since I've been moving code around to clean things up I'm getting an error now.
I am forward declaring an Obj-C class inside a .h file. It's just a pointer inside a C++ definition.
I get the following error
Code:
.. error: 'MD2Model' redeclared as different kind of symbol
.. previous declaration of 'struct MD2Model'
This worked fine a moment ago, and now it doesn't.