mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 14:22:57 -06:00
10 lines
166 B
C++
10 lines
166 B
C++
#ifndef _Functions4U_Xmlize2_h_
|
|
#define _Functions4U_Xmlize2_h_
|
|
|
|
NAMESPACE_UPP
|
|
|
|
template <> void Xmlize(XmlIO xml, GridCtrl& r);
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|