Only add a director as a link path if the directory can be found. Update raylib examples.

This commit is contained in:
Christoffer Lerno
2023-07-19 22:06:57 +02:00
parent c4f8d5f25e
commit 581ecdb2a8
4 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
module arkanoid;
import raylib;
/**
*
* raylib - classic game: arkanoid

View File

@@ -1,4 +1,5 @@
module tetris;
import raylib;
/**
* raylib - classic game: tetris
*