Skip to content

Commit

Permalink
define as gpg::RType
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Nov 30, 2024
1 parent 595866a commit ff4c59b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion include/LuaAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,17 @@ namespace lua
} // namespace lua

// namespace gpg
namespace gpg
{
struct RType
{
};

}
class RRef {
public:
void *d;
void *t;
gpg::RType *t;
};
class RType {};

Expand Down

0 comments on commit ff4c59b

Please sign in to comment.