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

movingobs.h.reg.cpp « preprocessed « mantaflow « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5a01a83c3b56247da24aa6da42dff6b845e0d4f (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
25
26


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

#include "movingobs.h"
namespace Manta {
#ifdef _C_MovingObstacle
static const Pb::Register _R_17("MovingObstacle", "MovingObstacle", "PbClass");
template<> const char *Namify<MovingObstacle>::S = "MovingObstacle";
static const Pb::Register _R_18("MovingObstacle", "MovingObstacle", MovingObstacle::_W_0);
static const Pb::Register _R_19("MovingObstacle", "add", MovingObstacle::_W_1);
static const Pb::Register _R_20("MovingObstacle", "moveLinear", MovingObstacle::_W_2);
static const Pb::Register _R_21("MovingObstacle", "projectOutside", MovingObstacle::_W_3);
#endif
extern "C" {
void PbRegister_file_17()
{
  KEEP_UNUSED(_R_17);
  KEEP_UNUSED(_R_18);
  KEEP_UNUSED(_R_19);
  KEEP_UNUSED(_R_20);
  KEEP_UNUSED(_R_21);
}
}
}  // namespace Manta