11 lines
213 B
C
11 lines
213 B
C
//
|
|
// Created by m on 10/30/2020.
|
|
//
|
|
|
|
#ifndef SKYRIMOUTFITSYSTEMSE_SOS_PCH_H
|
|
#define SKYRIMOUTFITSYSTEMSE_SOS_PCH_H
|
|
|
|
#include "SKSE/Impl/PCH.h"
|
|
#include "common/IPrefix.h"
|
|
|
|
#endif //SKYRIMOUTFITSYSTEMSE_SOS_PCH_H
|