Fix Style Selector paths (#299)
This commit is contained in:
parent
8041f9d3d7
commit
0309c751b5
@ -23,12 +23,12 @@
|
||||
#include "../../src/raygui.h"
|
||||
|
||||
// raygui embedded styles
|
||||
#include "styles/style_cyber.h" // raygui style: cyber
|
||||
#include "styles/style_jungle.h" // raygui style: jungle
|
||||
#include "styles/style_lavanda.h" // raygui style: lavanda
|
||||
#include "styles/style_dark.h" // raygui style: dark
|
||||
#include "styles/style_bluish.h" // raygui style: bluish
|
||||
#include "styles/style_terminal.h" // raygui style: terminal
|
||||
#include "../../styles/cyber/cyber.h" // raygui style: cyber
|
||||
#include "../../styles/jungle/jungle.h" // raygui style: jungle
|
||||
#include "../../styles/lavanda/lavanda.h" // raygui style: lavanda
|
||||
#include "../../styles/dark/dark.h" // raygui style: dark
|
||||
#include "../../styles/bluish/bluish.h" // raygui style: bluish
|
||||
#include "../../styles/terminal/terminal.h" // raygui style: terminal
|
||||
|
||||
#include <string.h> // Required for: strcpy()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user