File: Box2D_Prefix.pch

package info (click to toggle)
box2d 2.0.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,748 kB
  • ctags: 2,143
  • sloc: cpp: 15,308; xml: 1,249; cs: 648; makefile: 338; ansic: 28
file content (13 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Prefix header for all source files of the 'Box2D' target in the 'Box2D' project.
//

// By default, don't export symbols
#pragma GCC visibility push(hidden)

#include <iostream>

// Export symbols declared in public header:
#pragma GCC visibility push(default)
#include "Box2D.h"
#pragma GCC visibility pop