Skip to content
Snippets Groups Projects
Commit bf6528f5 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Since there seemed to be no way to make pre-main initialization work for...

Since there seemed to be no way to make pre-main initialization work for statically linking the library, I went back to using a CPP file that includes all the NiObject files and registers each one with the ObjectRegistry.
parent 000f75a0
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _AVOBJECT_H_
#define _AVOBJECT_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _BOUNDINGBOX_H_
#define _BOUNDINGBOX_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _BYTEARRAY_H_
#define _BYTEARRAY_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _BYTECOLOR3_H_
#define _BYTECOLOR3_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _BYTECOLOR4_H_
#define _BYTECOLOR4_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _CONTROLLERLINK_H_
#define _CONTROLLERLINK_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _FOOTER_H_
#define _FOOTER_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _FURNITUREPOSITION_H_
#define _FURNITUREPOSITION_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _HEADER_H_
#define _HEADER_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _KEYGROUP_H_
#define _KEYGROUP_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _LODRANGE_H_
#define _LODRANGE_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _LIMITEDHINGEDESCRIPTOR_H_
#define _LIMITEDHINGEDESCRIPTOR_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _MATCHGROUP_H_
#define _MATCHGROUP_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _MIPMAP_H_
#define _MIPMAP_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _MORPH_H_
#define _MORPH_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _MULTITEXTUREELEMENT_H_
#define _MULTITEXTUREELEMENT_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _NODEGROUP_H_
#define _NODEGROUP_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _OBLIVIONCOLFILTER_H_
#define _OBLIVIONCOLFILTER_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _OBLIVIONSUBSHAPE_H_
#define _OBLIVIONSUBSHAPE_H_
......
......@@ -3,7 +3,7 @@ All rights reserved. Please see niflib.h for license. */
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---//
//To change this file, alter the niftools/docsys/nifxml_niflib.py Python script.
//To change this file, alter the niftools/docsys/gen_niflib.py Python script.
#ifndef _OLDSKINDATA_H_
#define _OLDSKINDATA_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment