MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SwapBookmarks

Method SwapBookmarks

Source/BookmarkCollection.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool CBookmarkCollection::SwapBookmarks(unsigned A, unsigned B)
87{
88 if (A == B)
89 return false;
90 m_pBookmark[A].swap(m_pBookmark[B]);
91 return true;
92}
93
94void CBookmarkCollection::InsertFrames(unsigned Frame, unsigned Count)
95{

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected