use #pragma once

This commit is contained in:
Garux
2021-10-22 02:19:50 +03:00
parent 3362f29500
commit bf6389fc26
374 changed files with 400 additions and 1565 deletions

View File

@@ -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_

View File

@@ -26,6 +26,8 @@
// Based on MD3Model source code by SPoG
//
#pragma once
#include "plugin.h"
/*! i guess a description should go here... */