mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-15 15:31:05 -05:00
Format the code via clang-format
This commit is contained in:
@@ -17,15 +17,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../elfio/elfio.hpp"
|
||||
#include "PluginContainer.h"
|
||||
#include "PluginInformation.h"
|
||||
#include <coreinit/memheap.h>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <coreinit/memheap.h>
|
||||
#include <wums/defines/relocation_defines.h>
|
||||
#include "PluginInformation.h"
|
||||
#include "PluginContainer.h"
|
||||
#include "../elfio/elfio.hpp"
|
||||
|
||||
class PluginInformationFactory {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user