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.
GNU General Public License v3.0
303 stars 38 forks source link

Missing <proto/narrator.h> #222

Closed sacredbanana closed 1 year ago

sacredbanana commented 1 year ago

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

BartmanAbyss commented 1 year ago

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

sacredbanana commented 1 year ago

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