File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ More information on how to build raylib can be found in the [raylib wiki pages](
50
50
51
51
### Constant values
52
52
53
- All C ` #define ` s and ` enum ` s got translated to Python 'constants'. Enums were translated to
53
+ All C ` #define ` s got translated to Python 'constants'. Enums got translated to
54
54
Python [ enums] ( https://docs.python.org/3/library/enum.html ) .
55
55
56
56
### Structures
@@ -204,4 +204,4 @@ though that these operators apply in positional fashion):
204
204
205
205
raylibpy has the extra module [ ` easings ` ] ( https://github.com/overdev/raylibpy/blob/master/raylibpy/easings.py ) for animations.
206
206
207
- The current plan it to translate [ rayGui] ( https://github.com/raysan5/raygui ) and add too.
207
+ The current plan it to translate [ rayGui] ( https://github.com/raysan5/raygui ) and add it too.
You can’t perform that action at this time.
0 commit comments