X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fmodel%2Fplugin.h;h=39b0e01dc053a00c8ea64e7027ce3479b693f633;hb=830125fad042fad35dc029b6eb57c8156ad7e176;hp=b2ccccda7c16e95ba3d986cd9ddd2b8326acd43f;hpb=515673c08f8718a237e90c2130a1f5294f966d6a;p=xonotic%2Fnetradiant.git diff --git a/plugins/model/plugin.h b/plugins/model/plugin.h index b2ccccda..39b0e01d 100644 --- a/plugins/model/plugin.h +++ b/plugins/model/plugin.h @@ -1,36 +1,36 @@ /* -Copyright (C) 1999-2007 id Software, Inc. and contributors. -For a list of contributors, see the accompanying CONTRIBUTORS file. + Copyright (C) 1999-2007 id Software, Inc. and contributors. + For a list of contributors, see the accompanying CONTRIBUTORS file. -This file is part of GtkRadiant. + This file is part of GtkRadiant. -GtkRadiant is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + GtkRadiant is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -GtkRadiant is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + GtkRadiant is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GtkRadiant; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + You should have received a copy of the GNU General Public License + along with GtkRadiant; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef _PLUGIN_H_ #define _PLUGIN_H_ /*! -\todo need general notice about lib purpose etc. -and the external dependencies (such as GLib, STL, mathlib etc.) -*/ + \todo need general notice about lib purpose etc. + and the external dependencies (such as GLib, STL, mathlib etc.) + */ /*! -\todo not sure about what should be used for common data structures, GLib or STL -I think STL would be better since I intend on using STL in synapse -*/ + \todo not sure about what should be used for common data structures, GLib or STL + I think STL would be better since I intend on using STL in synapse + */ #include @@ -57,20 +57,20 @@ extern _QERFileSystemTable g_FileSystemTable; void DoFlushReloadSelected(); void DoFlushReloadAll(); -void LoadModel(entity_interfaces_t *model, const char *name); +void LoadModel( entity_interfaces_t *model, const char *name ); extern CSynapseServer* g_pSynapseServer; class CSynapseClientModel : public CSynapseClient { public: - // CSynapseClient API - bool RequestAPI(APIDescriptor_t *pAPI); - const char* GetInfo(); - const char* GetName(); - - CSynapseClientModel() { } - virtual ~CSynapseClientModel() { } +// CSynapseClient API +bool RequestAPI( APIDescriptor_t *pAPI ); +const char* GetInfo(); +const char* GetName(); + +CSynapseClientModel() { } +virtual ~CSynapseClientModel() { } }; #endif // _PLUGIN_H_