Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update raygizmo.h #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Jvp2001
Copy link

@Jvp2001 Jvp2001 commented Nov 28, 2024

I have added MSVC and C++ support

I have added MSVC and C++ support
@Jvp2001 Jvp2001 closed this Nov 28, 2024
@Jvp2001 Jvp2001 reopened this Nov 28, 2024
Fixed a spelling mistake (breaking change).
@alexeykarnachev alexeykarnachev self-requested a review November 29, 2024 09:12
@@ -124,12 +124,18 @@ void main() { \
#define PICKING_FBO_WIDTH 512
#define PICKING_FBO_HEIGHT 512

#if defined(__cplusplus) || _MSC_VER
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we utilize raylib's CLITERAL macro for this? And for other similar stuff below

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I did not know that macro existed, so we might be able to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants