CommonLibSSE (Parapets fork)
TaskQueueInterface.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  class NiAVObject;
6 
8  {
9  public:
11 
12  void Attach3D(NiAVObject* a_obj, NiAVObject* a_root, bool a_arg3 = true, bool a_arg4 = false);
13  };
14  //static_assert(sizeof(TaskQueueInterface) == 0x);
15 }
Definition: NiAVObject.h:45
Definition: TaskQueueInterface.h:8
void Attach3D(NiAVObject *a_obj, NiAVObject *a_root, bool a_arg3=true, bool a_arg4=false)
static TaskQueueInterface * GetSingleton()
Definition: AbsorbEffect.h:6