mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
10 lines
359 B
C++
10 lines
359 B
C++
// Filename: pandaexpress.cxx
|
|
// Created by: drose (15May00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
// By including checkPandaVersion.h, we guarantee that runtime
|
|
// attempts to load libpandaexpress.so/.dll will fail if they
|
|
// inadvertently link with the wrong version of libdtool.so/.dll.
|
|
|
|
#include "checkPandaVersion.h"
|