```cpp import raylib.h; // <- the '.h' signifies its a c header file InitWindow(/* ... */); // <- this would be valid ```