File: factory.cpp

package info (click to toggle)
amoeba 1.1-31
  • links: PTS
  • area: contrib
  • in suites: bookworm, forky, sid, trixie
  • size: 1,492 kB
  • sloc: cpp: 8,384; makefile: 140
file content (9 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#include "factory.h"
#include "demolib_prefs.h"

#if DEMOLIB_MAINLOOP

Factory::Factory() {}
Factory::~Factory() {}

#endif