Update Plugin.h

Fix comments
This commit is contained in:
Derek "Turtle" Roe 2021-04-02 02:34:35 -05:00
parent 4458dc3375
commit 0a18fb5c1f
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#pragma once
//Plugin controller
// Plugin controller
#include <Project64-core/Plugins/PluginClass.h>
//Base Plugin class, all plugin derive from this, handles core functions
// Base plugin class, all plugins derive from this and it handles core functions
#include <Project64-core/Plugins/PluginBase.h>
#include "Plugins/GFXPlugin.h"