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

fix typedef before struct #186

Merged
merged 3 commits into from
Nov 23, 2024
Merged

fix typedef before struct #186

merged 3 commits into from
Nov 23, 2024

Conversation

phcreery
Copy link
Contributor

fix #177

typedef struct ImVec4 ImVec4;
struct ImVec4
{
    float x, y, z, w;
};

#177

@phcreery phcreery closed this Nov 15, 2024
@phcreery phcreery reopened this Nov 15, 2024
@medvednikov medvednikov merged commit 134090f into vlang:master Nov 23, 2024
0 of 3 checks passed
@medvednikov
Copy link
Member

Thanks a lot!

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.

Failure to translate structs after typedefs
2 participants