c++ - Error: multiple types in one declaration - Stack Overflow

c++ - Error: multiple types in one declaration - Stack Overflow

瀏覽:963
日期:2025-12-09
You have a file with this: #include "Something.h" #include "Tile.h". In Something.h , you have this: class Something { // ... } You are missing a semicolon ......看更多