How can I add a custom header file? Im using c-language
Click the new file button and name the file with a .h extension
@CSharpIsGud still not working :(
make a file named anything ending with .h
@CSharpIsGud this doesn't work. When you include it in the main file it still gives an error
@sgmdoc7 You can't use <> to include files without passing a directory the files are in to the compiler, use "" instead
@CSharpIsGud still not working tho
Click the new file button and name the file with a .h extension
@CSharpIsGud still not working :(
make a file named anything ending with .h
@CSharpIsGud this doesn't work. When you include it in the main file it still gives an error
@sgmdoc7 You can't use <> to include files without passing a directory the files are in to the compiler, use "" instead
@CSharpIsGud still not working tho