Renamed member variables and parameters.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 10s
Build & Release / Linux-AARCH64-Build (push) Failing after 14s
Build & Release / Windows-AMD64-Build (push) Successful in 4m16s

This commit is contained in:
2025-03-26 10:29:20 -07:00
parent 1e55b11eed
commit 86149d246a
4 changed files with 29 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include "BaseICMP.h"
namespace ehs
{
class ICMP : public virtual BaseICMP
{
};
}