2017-03-31 18:36:24 +00:00
|
|
|
//
|
|
|
|
// Created by koncord on 31.03.17.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef OPENMW_INIT_PROCESSORS_HPP
|
|
|
|
#define OPENMW_INIT_PROCESSORS_HPP
|
|
|
|
|
2017-04-01 00:14:26 +00:00
|
|
|
void ProcessorInitializer();
|
2017-03-31 18:36:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif //OPENMW_INIT_PROCESSORS_HPP
|