Skip to content

Compile errors: no member named 'GenImageGradientV' in the global namespace #242

@ahmed00101

Description

@ahmed00101

include/CPP/./Image.hpp:137:18: error: no member named 'GenImageGradientV' in the global namespace
return ::GenImageGradientV(width, height, top, bottom);
~~^
include/CPP/./Image.hpp:144:18: error: no member named 'GenImageGradientH' in the global namespace
return ::GenImageGradientH(width, height, left, right);

Compiler command:
g++ -std=c++17 -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL libD/libraylib.a src/game.cpp -o game -Iinclude/CPP -Iinclude

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions