mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2025-05-31 14:11:42 +05:30
Minor re-ordering
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "devil1pld.h"
|
||||
#include <stdio.h>
|
||||
|
||||
namespace_struct const DEVIL1PLD = {getpldh, sizeofpldstruct, printpldh};
|
||||
|
||||
static bool getpldh(struct PldHeader *ph, const char *filedata) {
|
||||
bool good = false;
|
||||
if (ph != NULL && filedata != NULL) {
|
||||
@@ -40,5 +42,3 @@ static void printpldh(struct PldHeader *ph) {
|
||||
printf("offset %i = %x\n", i, ph -> offsets[i]);
|
||||
}
|
||||
}
|
||||
|
||||
namespace_struct const DEVIL1PLD = {getpldh, sizeofpldstruct, printpldh};
|
||||
|
Reference in New Issue
Block a user