Welcome to mirror list, hosted at ThFree Co, Russian Federation.

timing.h.reg.cpp « preprocessed « mantaflow « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0f63ec785033c7a21d0c5545033db232eaf37da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24


// DO NOT EDIT !
// This file is generated using the MantaFlow preprocessor (prep link).

#include "timing.h"
namespace Manta {
#ifdef _C_Timings
static const Pb::Register _R_16("Timings", "Timings", "PbClass");
template<> const char *Namify<Timings>::S = "Timings";
static const Pb::Register _R_17("Timings", "Timings", Timings::_W_0);
static const Pb::Register _R_18("Timings", "display", Timings::_W_1);
static const Pb::Register _R_19("Timings", "saveMean", Timings::_W_2);
#endif
extern "C" {
void PbRegister_file_16()
{
  KEEP_UNUSED(_R_16);
  KEEP_UNUSED(_R_17);
  KEEP_UNUSED(_R_18);
  KEEP_UNUSED(_R_19);
}
}
}  // namespace Manta