mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 07:18:14 +00:00
Update to version 1.0.5
Check CHANGELOG for changes
This commit is contained in:
@@ -11,12 +11,6 @@
|
||||
|
||||
#include "raylib.h"
|
||||
|
||||
// Useful function for fade-ins and fade-outs
|
||||
Color Fade(Color col, float alpha)
|
||||
{
|
||||
return (Color){col.r, col.g, col.b, col.a*alpha};
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
// Initialization
|
||||
|
Reference in New Issue
Block a user