mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-22 10:06:21 +00:00
REVIEWED: Examples comments, consistent code sections
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "raylib.h"
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Module functions declaration
|
||||
// Module Functions Declaration
|
||||
//------------------------------------------------------------------------------------
|
||||
static void NormalizeKernel(float *kernel, int size);
|
||||
|
||||
@@ -131,7 +131,7 @@ int main(void)
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Module functions definition
|
||||
// Module Functions Definition
|
||||
//------------------------------------------------------------------------------------
|
||||
static void NormalizeKernel(float *kernel, int size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user