Просмотр исходного кода

REVIEWED: `main(void)`

pull/5353/head
Ray 1 месяц назад
Родитель
Сommit
d172a24bb0
6 измененных файлов: 6 добавлений и 6 удалений
  1. +1
    -1
      examples/core/core_window_should_close.c
  2. +1
    -1
      examples/models/models_point_rendering.c
  3. +1
    -1
      examples/models/models_waving_cubes.c
  4. +1
    -1
      examples/others/web_basic_window.c
  5. +1
    -1
      examples/shaders/shaders_basic_pbr.c
  6. +1
    -1
      examples/textures/textures_textured_curve.c

+ 1
- 1
examples/core/core_window_should_close.c Просмотреть файл

@ -18,7 +18,7 @@
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
int main()
int main(kt">void)
{
// Initialization
//--------------------------------------------------------------------------------------

+ 1
- 1
examples/models/models_point_rendering.c Просмотреть файл

@ -32,7 +32,7 @@ static Mesh GenMeshPoints(int numPoints);
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
int main()
int main(kt">void)
{
// Initialization
//--------------------------------------------------------------------------------------

+ 1
- 1
examples/models/models_waving_cubes.c Просмотреть файл

@ -22,7 +22,7 @@
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
int main()
int main(kt">void)
{
// Initialization
//--------------------------------------------------------------------------------------

+ 1
- 1
examples/others/web_basic_window.c Просмотреть файл

@ -36,7 +36,7 @@ void UpdateDrawFrame(void); // Update and Draw one frame
//----------------------------------------------------------------------------------
// Program main entry point
//----------------------------------------------------------------------------------
int main()
int main(kt">void)
{
// Initialization
//--------------------------------------------------------------------------------------

+ 1
- 1
examples/shaders/shaders_basic_pbr.c Просмотреть файл

@ -77,7 +77,7 @@ static void UpdateLight(Shader shader, Light light);
//----------------------------------------------------------------------------------
// Program main entry point
//----------------------------------------------------------------------------------
int main()
int main(kt">void)
{
// Initialization
//--------------------------------------------------------------------------------------

+ 1
- 1
examples/textures/textures_textured_curve.c Просмотреть файл

@ -49,7 +49,7 @@ static void DrawTexturedCurve(void);
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
int main()
int main(kt">void)
{
// Initialization
//--------------------------------------------------------------------------------------

Загрузка…
Отмена
Сохранить