refactored plugin api; refactored callback library; added signals library
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@44 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -467,7 +467,7 @@ typedef ConstReferenceCaller1<RadiantUndoSystem, const IntImportCallback&, UndoL
|
||||
|
||||
void Undo_constructPreferences(RadiantUndoSystem& undo, PreferencesPage& page)
|
||||
{
|
||||
page.appendSpinner("Undo Queue Size", 64, 0, 1024, UndoLevelsImportCaller(undo), UndoLevelsExportCaller(undo));
|
||||
page.appendSpinner("Undo Queue Size", 64, 0, 1024, IntImportCallback(UndoLevelsImportCaller(undo)), IntExportCallback(UndoLevelsExportCaller(undo)));
|
||||
}
|
||||
void Undo_constructPage(RadiantUndoSystem& undo, PreferenceGroup& group)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user