mirror of https://github.com/PrimeDecomp/prime.git
Remove invalid field from metaforce import
Former-commit-id: ec1789fad8cf6d29c7377d1221672a94e64e5db2
This commit is contained in:
parent
3c4cce9780
commit
bc7339f4b8
|
@ -12,7 +12,6 @@ public:
|
||||||
short FindWidgetID(const rstl::string& name) const;
|
short FindWidgetID(const rstl::string& name) const;
|
||||||
private:
|
private:
|
||||||
rstl::vector< rstl::string > x0_db;
|
rstl::vector< rstl::string > x0_db;
|
||||||
short x14_lastPoolId;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _CGUIWIDGETIDDB
|
#endif // _CGUIWIDGETIDDB
|
||||||
|
|
Loading…
Reference in New Issue