BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing <proto/narrator.h>

sacredbanana opened this issue · comments

There's a missing header file for narrator.device. I'm trying to include this
#include <proto/narrator.h>

I'm assuming this is a real file. ChatGPT used it in a code snippet it made for me. I can live without the import but if this is a missing file in this vscode extension then it should be added

hmm... i dunno.. it's not contained in the official NDK, so I would rather assume ChatGPT made that up ;)

Totally haha. I looked in the official reference manual and it doesn't mention it at all. Ended up not needing it at all.