/** * This file is in the public domain, furnished "as is", without technical * support, and with no warranty, express or implied, as to its usefulness for * any purpose. * * Written by Jessica James */ #if !defined _EXAMPLE_H_HEADER #define _EXAMPLE_H_HEADER #include "Jupiter/Plugin.h" #include "Jupiter/Reference_String.h" class TPlugin : public Jupiter::Plugin { }; #endif // _EXAMPLE_H_HEADER