parent
4458dc3375
commit
0a18fb5c1f
|
@ -1,9 +1,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
//Plugin controller
|
// Plugin controller
|
||||||
#include <Project64-core/Plugins/PluginClass.h>
|
#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 <Project64-core/Plugins/PluginBase.h>
|
||||||
|
|
||||||
#include "Plugins/GFXPlugin.h"
|
#include "Plugins/GFXPlugin.h"
|
||||||
|
|
Loading…
Reference in New Issue