mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Add example of template instantiation comparison.
This commit is contained in:
parent
51068b71b0
commit
73ad680ed2
@ -1,5 +1,16 @@
|
||||
#include "mxnotificationmanager.h"
|
||||
|
||||
// OFFSET: LEGO1 0x100ac320 TEMPLATE
|
||||
// list<unsigned int,allocator<unsigned int> >::~list<unsigned int,allocator<unsigned int> >
|
||||
|
||||
// FIXME: Example of template compare functionality, remove before merging.
|
||||
#include <stl.h>
|
||||
#include <iostream>
|
||||
void make_a_list() {
|
||||
List<unsigned int> l;
|
||||
cout << l.size();
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100ac450 STUB
|
||||
MxNotificationManager::~MxNotificationManager()
|
||||
{
|
||||
@ -12,4 +23,4 @@ MxLong MxNotificationManager::Tickle()
|
||||
// TODO
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user