Misc cleanups/Fixes

This commit is contained in:
hondacrx
2020-12-07 10:07:26 -05:00
parent 5aa1c08ca1
commit 7e2df34250
39 changed files with 513 additions and 245 deletions
+2 -2
View File
@@ -317,7 +317,7 @@ namespace Framework.Dynamic
/// Cancel events belonging to specified group.
/// </summary>
/// <param name="group">Group to cancel.</param>
void CancelEventGroup(uint group)
public void CancelEventGroup(uint group)
{
if (group == 0 || group > 8 || Empty())
return;
@@ -334,7 +334,7 @@ namespace Framework.Dynamic
/// </summary>
/// <param name="eventId">Wanted event id.</param>
/// <returns>Time of found event.</returns>
uint GetNextEventTime(uint eventId)
public uint GetNextEventTime(uint eventId)
{
if (Empty())
return 0;