I am in the process creating a game and I have a problem. When I put in a “virtual” keyword to the function constructor just stops working:(
System Windows 11, C++23
Edit: You can not use braces with a class that has virtual functions. Is there a way to not generate a definition in parent class, but define in child class?