diff options
| author | Ray <[email protected]> | 2024-06-30 11:07:38 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-06-30 11:07:38 +0200 |
| commit | 17cbc75aa710ed629560580e8105d637b3124653 (patch) | |
| tree | d5fbf88128d5e1c083c78dd30b6fd7d5c6c0f968 /examples | |
| parent | a805f46f552626c9d6b39baeda2d03963ab53cb4 (diff) | |
| download | raylib-17cbc75aa710ed629560580e8105d637b3124653.tar.gz raylib-17cbc75aa710ed629560580e8105d637b3124653.zip | |
REVIEWED: Formatting, follow raylib coding conventions
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/examples.rc | 27 | ||||
| -rw-r--r-- | examples/raylib.ico | bin | 0 -> 9752 bytes |
2 files changed, 27 insertions, 0 deletions
diff --git a/examples/examples.rc b/examples/examples.rc new file mode 100644 index 00000000..4767ad48 --- /dev/null +++ b/examples/examples.rc @@ -0,0 +1,27 @@ +GLFW_ICON ICON "raylib.ico" + +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + //BLOCK "080904E4" // English UK + BLOCK "040904E4" // English US + BEGIN + VALUE "CompanyName", "raylib technologies" + VALUE "FileDescription", "raylib example" + VALUE "FileVersion", "1.0" + VALUE "InternalName", "raylib-example" + VALUE "LegalCopyright", "(c) 2024 raylib technologies (@raylibtech)" + //VALUE "OriginalFilename", "raylib_app.exe" + VALUE "ProductName", "raylib-example" + VALUE "ProductVersion", "1.0" + END + END + BLOCK "VarFileInfo" + BEGIN + //VALUE "Translation", 0x809, 1252 // English UK + VALUE "Translation", 0x409, 1252 // English US + END +END diff --git a/examples/raylib.ico b/examples/raylib.ico Binary files differnew file mode 100644 index 00000000..0cedcc55 --- /dev/null +++ b/examples/raylib.ico |
