Added some comments.

This commit is contained in:
Adam Harrison
2021-09-16 16:22:33 -04:00
parent 03b467d9d9
commit 801b7dd0d9
2 changed files with 38 additions and 7 deletions
+2 -2
View File
@@ -637,8 +637,8 @@ static int f_set_window_opacity(lua_State *L) {
return 1;
}
// Symbol table for native plugin loading. Allows for a statically
// bound lua library to be used by native plugins.
typedef struct {
const char* symbol;
void* address;