mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-15 19:05:34 +00:00
Added new comment to examples
This commit is contained in:
@@ -13,8 +13,11 @@
|
||||
|
||||
#include "raylib.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <math.h> // Required for: sinf()
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
//------------------------------------------------------------------------------------
|
||||
int main()
|
||||
{
|
||||
// Initialization
|
||||
|
||||
Reference in New Issue
Block a user