Emre Kozaltı
Results
2
comments of
Emre Kozaltı
An another workaround which may helps but has not regular font style.  ```c /** * @brief #### Test description 1 * @brief #### Test description 2 * @brief ####...
The following function can be moved from `raygui.h` to `raylib.h` ```c // in raygui.h static float TextToFloat(const char *text) ``` `raylib.h` has similar functions but doesn't include the `TextToFloat(const char...