use #pragma once
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
// Based on MD3Model source code by SPoG
|
||||
//
|
||||
|
||||
#ifndef _PLUGIN_H_
|
||||
#define _PLUGIN_H_
|
||||
#pragma once
|
||||
|
||||
#include "mathlib.h"
|
||||
#include <string.h>
|
||||
@@ -43,5 +42,3 @@ extern _QERFuncTable_1 __QERTABLENAME;
|
||||
extern OpenGLBinding __QGLTABLENAME;
|
||||
|
||||
#include "imodel.h"
|
||||
|
||||
#endif // _PLUGIN_H_
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
// Based on MD3Model source code by SPoG
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "plugin.h"
|
||||
|
||||
/*! i guess a description should go here... */
|
||||
|
||||
Reference in New Issue
Block a user