diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:24:12 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:24:12 -0400 |
commit | 1a6808bebce05213aafd90875ad46927c8126230 (patch) | |
tree | 09a6c2828d8475d8d32d070e7632de76f96c8a16 /libraries/allegro | |
parent | bc220ec7ea6bed9721916b6d5752453e132257db (diff) |
libraries/allegro: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/allegro')
-rw-r--r-- | libraries/allegro/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libraries/allegro/README b/libraries/allegro/README index 920768e002218..7409d02adadbe 100644 --- a/libraries/allegro/README +++ b/libraries/allegro/README @@ -1,8 +1,10 @@ -The Allegro library provides C/C++ programmers low level routines commonly -needed in game programming, such as input, graphics, midi, sound effects, and -timing. It is cross platform and works with many different compilers. -Originally developed by Shawn Hargreaves, it is now a group project with -contributions from all over the world! Some of its key features include: +The Allegro library provides C/C++ programmers low level routines +commonly needed in game programming, such as input, graphics, midi, +sound effects, and timing. It is cross platform and works with many +different compilers. Originally developed by Shawn Hargreaves, it is +now a group project with contributions from all over the world! Some +of its key features include: + * Ease of Use - comes with comprehensive documentation and examples * Extensibility - if the built-in functionality isn't enough, there are many add-ons available |