18.11.2016, 14:58
(
Последний раз редактировалось kurta999; 18.11.2016 в 15:33.
)
Quote:
|
Welcome to the world of C++!
You're forward-declaring CVehicleSpawn after actually defining it, e.g. Код:
struct CVehicleSpawn
{
int some_var;
//...
};
struct CVehicleSpawn; // this is wrong
|
Quote:
|
I hope you are not changing the makefile much, this is the only C++ project I can compile on Linux.
![]() |
https://github.com/kurta999/YSF/comm...673ebebc7ab1d2



