mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
New code style refactor
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class ITweak
|
||||
{
|
||||
namespace urde {
|
||||
class ITweak {
|
||||
public:
|
||||
virtual ~ITweak() {}
|
||||
virtual ~ITweak() {}
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user