File: gunmovel.h

package info (click to toggle)
pacman 10-19
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 848 kB
  • sloc: cpp: 4,363; sh: 83; makefile: 46
file content (13 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __gunmovel_h_ 
#define __gunmovel_h_
 #include"gdynelem.h"

class G_UnmoveableElement : public DynamicGraphElement {
       
public:       
          

          
};

#endif